Add more categories and keywords
This commit is contained in:
parent
86347a6fe2
commit
e4437f531b
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = feishin-bin
|
pkgbase = feishin-bin
|
||||||
pkgdesc = Rewrite of Sonixd
|
pkgdesc = Rewrite of Sonixd
|
||||||
pkgver = 0.5.1
|
pkgver = 0.5.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/jeffvli/feishin
|
url = https://github.com/jeffvli/feishin
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
@ -10,7 +10,7 @@ pkgbase = feishin-bin
|
|||||||
conflicts = feishin
|
conflicts = feishin
|
||||||
source = feishin.desktop
|
source = feishin.desktop
|
||||||
source = https://github.com/jeffvli/feishin/releases/download/v0.5.1/Feishin-0.5.1-linux-x64.tar.xz
|
source = https://github.com/jeffvli/feishin/releases/download/v0.5.1/Feishin-0.5.1-linux-x64.tar.xz
|
||||||
sha256sums = bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f
|
sha256sums = ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d
|
||||||
sha256sums = b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04
|
sha256sums = b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04
|
||||||
|
|
||||||
pkgname = feishin-bin
|
pkgname = feishin-bin
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -3,7 +3,7 @@
|
|||||||
pkgname=feishin-bin
|
pkgname=feishin-bin
|
||||||
pkgdesc='Rewrite of Sonixd'
|
pkgdesc='Rewrite of Sonixd'
|
||||||
pkgver=0.5.1
|
pkgver=0.5.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://github.com/jeffvli/feishin'
|
url='https://github.com/jeffvli/feishin'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
@ -13,7 +13,7 @@ conflicts=("${pkgname%-bin}")
|
|||||||
_filename=Feishin-${pkgver//_/-}-linux-x64.tar.xz
|
_filename=Feishin-${pkgver//_/-}-linux-x64.tar.xz
|
||||||
source=("feishin.desktop"
|
source=("feishin.desktop"
|
||||||
"https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}")
|
"https://github.com/jeffvli/feishin/releases/download/v${pkgver//_/-}/${_filename}")
|
||||||
sha256sums=('bb664e5e807946fce7d02f14231f8830fac146b4d6641165b2e7cae7eeb1839f'
|
sha256sums=('ef112b1a9ef80d8bf27f721fdbb12de0a195da4e464dbf27282503ba398bef8d'
|
||||||
'b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04')
|
'b98b301b1497cf661d76816ce45edffb2c2a02beea5eaa7a5abc90ec43526b04')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
@ -5,4 +5,5 @@ Comment=Rewrite of Sonixd
|
|||||||
Exec=/usr/bin/feishin
|
Exec=/usr/bin/feishin
|
||||||
Icon=feishin
|
Icon=feishin
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Network;
|
Categories=Network;Audio;Music
|
||||||
|
Keywords=Music;Jellyfin;Audio;Stream;Sonixd
|
||||||
|
Loading…
Reference in New Issue
Block a user