summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-03-17 23:07:27 +0100
committerChristopher Arndt2021-03-17 23:07:27 +0100
commitec5206864fa9b68bcc1ce5675d7d64e5c17b06ee (patch)
tree1e7e760f7597279b8b8c40ec3566ceab6796fa30 /PKGBUILD
parent6e1854aef0ba48e2dd80438e6a9dc260fbcd32c5 (diff)
downloadaur-ec5206864fa9b68bcc1ce5675d7d64e5c17b06ee.tar.gz
Switch git branch back to master
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dc75355eb8e..facd16bad734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="carla"
pkgname="${_pkgname}-git"
-pkgver=2.1.r40.g577987dff
+pkgver=2.3.0.RC2.r0.g2294a5c86
pkgrel=1
epoch=1
pkgdesc="Audio Plugin Host"
@@ -31,7 +31,7 @@ optdepends=(
'python-pyliblo: OSC control support'
'python-rdflib: LADSPA-RDF support'
)
-source=("${_pkgname}::git+https://github.com/falkTX/Carla.git#branch=develop")
+source=("${_pkgname}::git+https://github.com/falkTX/Carla.git")
md5sums=('SKIP')
changelog='changelog.txt'
@@ -43,6 +43,7 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
+ make features
make \
HAVE_QT4=false \
MOC_QT5=/usr/bin/moc-qt5 \