summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-08-26 19:19:19 +0100
committerMilk Brewster2020-08-26 19:19:19 +0100
commitdb3ce477e454d6f09263d327a45d8c3a08fde310 (patch)
treefe6386ee245f1efa5a70fa9019dc2b509799f85c
parentbaa7d69d6b893f505344e7bf267e0b249de69f3d (diff)
downloadaur-db3ce477e454d6f09263d327a45d8c3a08fde310.tar.gz
submodules
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73d38de3bfa0..c07a60cc41ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,8 @@ pkgbase = chowtapemodel.lv2-git
depends = freeglut
depends = jack
source = chowtapemodel.lv2-git::git+https://github.com/jatinchowdhury18/AnalogTapeModel
+ source = https://github.com/jatinchowdhury18/JUCE.git
+ source = https://github.com/ffAudio/foleys_gui_magic.git
md5sums = SKIP
pkgname = chowtapemodel.lv2-git
diff --git a/PKGBUILD b/PKGBUILD
index b961d6899ded..110a0144e5c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,9 @@ backup=()
options=()
install=
changelog=
-source=($pkgname::git+https://github.com/jatinchowdhury18/AnalogTapeModel)
+source=("$pkgname::git+https://github.com/jatinchowdhury18/AnalogTapeModel"
+ "https://github.com/jatinchowdhury18/JUCE.git"
+ "https://github.com/ffAudio/foleys_gui_magic.git")
noextract=()
md5sums=('SKIP')
@@ -34,7 +36,6 @@ pkgver() {
prepare() {
cd "$pkgname"
- git submodule update --init
rm -rf Juce/VST2_SDK
}