summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d358ed5da0b..6a4229dd495b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = gula-plugins-git
license = GPL
makedepends = faust
depends = lv2
+ depends = boost
source = git+https://github.com/steveb/gula-plugins
md5sums = SKIP
pkgname = gula-plugins-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6fe01d4d4526..0e0c4c40a8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/steveb/gula-plugins"
license=(GPL)
groups=(lv2-plugins)
-depends=('lv2')
+depends=('lv2' 'boost')
makedepends=('faust')
checkdepends=()
optdepends=()