summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjujudusud2022-08-11 21:24:02 +0200
committerjujudusud2022-08-11 21:24:02 +0200
commit6677c33a910978bd1fc2c45544ab581558141742 (patch)
tree71d863c0c2ec3e416d8fe096930736d634078a19 /PKGBUILD
parent965c576acf8bf45fcfc644d1dae0747c0ab55d29 (diff)
downloadaur-mod-ui-git.tar.gz
jack instead of jack2 dependency to allow piperwire
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0bf62f4308d..c012568a993e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")