diff options
author | jujudusud | 2022-08-11 21:24:02 +0200 |
---|---|---|
committer | jujudusud | 2022-08-11 21:24:02 +0200 |
commit | 6677c33a910978bd1fc2c45544ab581558141742 (patch) | |
tree | 71d863c0c2ec3e416d8fe096930736d634078a19 | |
parent | 965c576acf8bf45fcfc644d1dae0747c0ab55d29 (diff) | |
download | aur-6677c33a910978bd1fc2c45544ab581558141742.tar.gz |
jack instead of jack2 dependency to allow piperwire
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = mod-ui-git pkgdesc = UI for the MOD software, HTML5 webserver interface and commnicates with mod-host pkgver = 0.99.8.r3148.g13435b8b - pkgrel = 1 + pkgrel = 2 url = https://github.com/moddevices/mod-ui arch = x86_64 license = GPL3 @@ -14,7 +14,7 @@ pkgbase = mod-ui-git depends = python-tornado depends = python-pycryptodome depends = python-aggdraw - depends = jack2 + depends = jack depends = lilv depends = lv2 provides = mod-ui @@ -1,12 +1,12 @@ # Maintainer: jujudusud <jujudusud@gmail.com> pkgname=mod-ui-git pkgver=0.99.8.r3148.g13435b8b -pkgrel=1 +pkgrel=2 pkgdesc="UI for the MOD software, HTML5 webserver interface and commnicates with mod-host" arch=('x86_64') url="https://github.com/moddevices/mod-ui" license=('GPL3') -depends=('python' 'python-pillow' 'python-pyserial' 'python-pystache' 'python-tornado' 'python-pycryptodome' 'python-aggdraw' 'jack2' 'lilv' 'lv2') +depends=('python' 'python-pillow' 'python-pyserial' 'python-pystache' 'python-tornado' 'python-pycryptodome' 'python-aggdraw' 'jack' 'lilv' 'lv2') makedepends=('git' 'python-setuptools') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") |