summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--changelog.txt6
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 973b74194e5f..fbddb3260738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Nov 24 14:24:44 UTC 2017
pkgbase = carla-git
pkgdesc = Audio Plugin Host
- pkgver = 1.9.7b.r283.g7068200a
+ pkgver = 1.9.8.r54.gebd3f2e5
pkgrel = 1
epoch = 1
url = http://kxstudio.sf.net/carla
@@ -25,7 +23,6 @@ pkgbase = carla-git
depends = ntk
depends = projectm
depends = python-pyqt5
- optdepends = clxclient: internal plugins UI support
optdepends = gtk2: LV2 GTK2 UI support
optdepends = gtk3: LV2 GTK3 UI support
optdepends = python-pyliblo: OSC control support
diff --git a/PKGBUILD b/PKGBUILD
index 242209e7968e..b6494aed73e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: cocreature <moritz.kiefer<at>purelyfunctional<dot>org>
pkgname=carla-git
-pkgver=1.9.7b.r283.g7068200a
+pkgver=1.9.8.r54.gebd3f2e5
pkgrel=1
epoch=1
pkgdesc="Audio Plugin Host"
@@ -31,7 +31,6 @@ makedepends=(
'qt4'
)
optdepends=(
- 'clxclient: internal plugins UI support'
'gtk2: LV2 GTK2 UI support'
'gtk3: LV2 GTK3 UI support'
'python-pyliblo: OSC control support'
diff --git a/changelog.txt b/changelog.txt
index 0a7e6377e9b3..5ef2f94e0302 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+2018-03-31 Christopher Arndt <aur -at- chrisarndt -dot- de>
+
+ * 1:1.9.8.r54.gebd3f2e5 :
+ Removed 'clxclient' from optdepends.
+ Removed DEFAULT_QT5 make flag (Qt5 is now the default).
+
2017-11-24 Christopher Arndt <aur -at- chrisarndt -dot- de>
* 1:1.9.7b.r283.g7068200a-1 :