summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilkii Brewster2021-08-29 00:56:06 +0100
committerMilkii Brewster2021-08-29 00:56:06 +0100
commite1d9722a26bac14127d5385aa51c3bb0c0b1df41 (patch)
treed61cd68f40341c4bea11ef550c227b335b98433f
parentdac1313131e39c22aba226da79ca4617f9b4296a (diff)
downloadaur-e1d9722a26bac14127d5385aa51c3bb0c0b1df41.tar.gz
add xsimd dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ff0ea5097d..7e919084dfbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = chowtapemodel.lv2-git
depends = libxrandr
depends = freeglut
depends = jack
+ depends = xsimd
provides = chowtapemodel.lv2
provides = chowtapemodel.lv2-bin
conflicts = chowtapemodel.lv2
@@ -25,4 +26,3 @@ pkgbase = chowtapemodel.lv2-git
md5sums = SKIP
pkgname = chowtapemodel.lv2-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e84800158b3..35385683bc9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=(GPL)
groups=(lv2plugins)
conflicts=('chowtapemodel.lv2' 'chowtapemodel.lv2-bin')
provides=('chowtapemodel.lv2' 'chowtapemodel.lv2-bin')
-depends=('git' 'alsa-lib' 'libxcursor' 'libxinerama' 'libxrandr' 'freeglut' 'jack')
+depends=('git' 'alsa-lib' 'libxcursor' 'libxinerama' 'libxrandr' 'freeglut' 'jack' 'xsimd')
makedepends=()
source=("$pkgname::git+https://github.com/jatinchowdhury18/AnalogTapeModel"
"git+https://github.com/jatinchowdhury18/JUCE.git"