summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-05-16 17:36:39 +0200
committerChristopher Arndt2019-05-16 17:36:39 +0200
commitf2d6c40dc7f5f091ad405876124d9f0ab3c96145 (patch)
tree9b0618b8b1ea7b3db2e374fb4c05ccf0575604bc
parent5f6d1663fceb5b53349134976f810f836dc790b0 (diff)
downloadaur-f2d6c40dc7f5f091ad405876124d9f0ab3c96145.tar.gz
Updated dependencies
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6d54b82a681..788bb5b5e3e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = suil-git
pkgdesc = A lightweight C library for loading and wrapping LV2 plugin UIs
pkgver = 0.10.3.r311.0229219
- pkgrel = 1
+ pkgrel = 2
url = http://drobilla.net/software/suil/
arch = i686
arch = x86_64
license = custom:ISC
- makedepends = subversion
- makedepends = python
+ makedepends = git
+ makedepends = gtk2
makedepends = lv2
+ makedepends = python
makedepends = qt4
- makedepends = gtk2
+ makedepends = qt5-base
optdepends = qt4: Qt 4.x UI wrapping support
optdepends = qt5-base: Qt 5.x UI wrapping support
optdepends = gtk2: GTK+ 2.x UI wrapping support
diff --git a/PKGBUILD b/PKGBUILD
index 37276b287c3b..774990d450a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=suil
pkgname="${_pkgname}-git"
pkgver=0.10.3.r311.0229219
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/suil/"
license=('custom:ISC')
-makedepends=('subversion' 'python' 'lv2' 'qt4' 'gtk2')
+makedepends=('git' 'gtk2' 'lv2' 'python' 'qt4' 'qt5-base')
optdepends=('qt4: Qt 4.x UI wrapping support'
'qt5-base: Qt 5.x UI wrapping support'
'gtk2: GTK+ 2.x UI wrapping support')