summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae0f198d5142..f939a5ffaae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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}")