diff --git a/.SRCINFO b/.SRCINFO index a157d2b..4169251 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = feishin-bin pkgdesc = Rewrite of Sonixd pkgver = 0.7.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jeffvli/feishin arch = x86_64 arch = aarch64 license = GPL3 - depends = mpv + optdepends = mpv: Alternative audio backend provides = feishin conflicts = feishin source = feishin.desktop diff --git a/PKGBUILD b/PKGBUILD index a8b2a76..f3eb354 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,11 +3,11 @@ pkgname=feishin-bin pkgdesc='Rewrite of Sonixd' pkgver=0.7.1 -pkgrel=1 +pkgrel=2 arch=('x86_64' 'aarch64') url='https://github.com/jeffvli/feishin' license=('GPL3') -depends=('mpv') # TODO check node requirements +optdepends=('mpv: Alternative audio backend') provides=("${pkgname%-bin}") conflicts=("${pkgname%-bin}") _filename=Feishin-${pkgver//_/-}-linux