Make mpv optional

This commit is contained in:
exu 2024-05-10 09:48:03 +02:00
parent 8b26a60ca6
commit 9a099010fa
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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