summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2017-07-21 01:02:30 +0200
committerChristopher Arndt2017-07-21 01:02:30 +0200
commitefe6fce5c26a72593e82c45ad14e8ba5135318aa (patch)
treef706301b0f71db867798080699cef7a55cd3404a /PKGBUILD
parent0cf68307e48e496172843f60eabc8ed078d5a72c (diff)
downloadaur-efe6fce5c26a72593e82c45ad14e8ba5135318aa.tar.gz
Added missing 'clthreads' dependency
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e65952aa803..5790d7e6d484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=carla-git
pkgver=1.9.7b.r2.gc57e8169
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Audio Plugin Host"
arch=("i686" "x86_64")
@@ -12,6 +12,7 @@ license=("GPL2")
conflicts=("carla")
provides=("carla")
depends=(
+ 'clthreads'
'file'
'fluidsynth'
'glu'