summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-01-14 00:40:45 +0100
committerChristopher Arndt2021-01-14 00:40:45 +0100
commit7343fdd38578075eda8cff62f49a025895b6d790 (patch)
tree36c81a3de936b5c855bb8e2545c44e06170fb755
parent2e841c1ae130d253b33f49cb53e6cd49b46c89f9 (diff)
downloadaur-7343fdd38578075eda8cff62f49a025895b6d790.tar.gz
Remove outdated configure option
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ff520c9499c..0e126f7a07d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = suil-git
pkgdesc = Lightweight C library for loading and wrapping LV2 plugin UIs (git version)
- pkgver = 0.10.7.r343.b402ae4
+ pkgver = 0.10.11.r396.6e556e0
pkgrel = 1
url = http://drobilla.net/software/suil/
arch = i686
@@ -16,7 +16,7 @@ pkgbase = suil-git
optdepends = gtk3: GTK+ 3.x UI wrapping support
optdepends = qt5-base: Qt 5.x UI wrapping support
provides = suil
- provides = suil=0.10.7
+ provides = suil=0.10.11
provides = libsuil-0.so
conflicts = suil
conflicts = suil-svn
diff --git a/PKGBUILD b/PKGBUILD
index 66c695d31b1c..0325aa599b01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=suil
pkgname="${_pkgname}-git"
-pkgver=0.10.7.r343.b402ae4
+pkgver=0.10.11.r396.6e556e0
pkgrel=1
pkgdesc="Lightweight C library for loading and wrapping LV2 plugin UIs (git version)"
arch=('i686' 'x86_64')
@@ -42,8 +42,7 @@ build() {
python waf configure \
--prefix=/usr \
- --configdir=/etc \
- --no-qt4
+ --configdir=/etc
python waf build $MAKEFLAGS
}