summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-08-26 20:27:31 +0100
committerMilk Brewster2020-08-26 20:27:31 +0100
commit3164f8bd1c625e60b8754f0d130504fb2f6bed8e (patch)
treeed1e472f2f6bb96e85030139026130efd97273c4
parentdb3ce477e454d6f09263d327a45d8c3a08fde310 (diff)
downloadaur-3164f8bd1c625e60b8754f0d130504fb2f6bed8e.tar.gz
fix submodules
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c07a60cc41ce..09e7e850b4e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chowtapemodel.lv2-git
pkgdesc = Physical modelling signal processing for analog tape recording.
- pkgver = r102.a598bae
+ pkgver = r114.6236290
pkgrel = 1
url = https://github.com/jatinchowdhury18/AnalogTapeModel
arch = x86_64
@@ -12,8 +12,10 @@ 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
+ source = git+https://github.com/jatinchowdhury18/JUCE.git
+ source = git+https://github.com/ffAudio/foleys_gui_magic.git
+ md5sums = SKIP
+ md5sums = SKIP
md5sums = SKIP
pkgname = chowtapemodel.lv2-git
diff --git a/PKGBUILD b/PKGBUILD
index 110a0144e5c4..37b09bf2a736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
maintaner="Milkii Brewster <milkii on Freenode IRC>"
pkgname=chowtapemodel.lv2-git
pkgdesc="Physical modelling signal processing for analog tape recording."
-pkgver=r102.a598bae
+pkgver=r114.6236290
pkgrel=1
epoch=
arch=(x86_64)
@@ -21,10 +21,12 @@ options=()
install=
changelog=
source=("$pkgname::git+https://github.com/jatinchowdhury18/AnalogTapeModel"
- "https://github.com/jatinchowdhury18/JUCE.git"
- "https://github.com/ffAudio/foleys_gui_magic.git")
+ "git+https://github.com/jatinchowdhury18/JUCE.git"
+ "git+https://github.com/ffAudio/foleys_gui_magic.git")
noextract=()
-md5sums=('SKIP')
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
pkgver() {
cd "$pkgname"
@@ -36,6 +38,10 @@ pkgver() {
prepare() {
cd "$pkgname"
+ rm -rf Plugin/Juce
+ ln -s ../../JUCE Plugin/Juce
+ rm -rf Plugin/foleys_gui_magic
+ ln -s ../../foleys_gui_magic Plugin/foleys_gui_magic
rm -rf Juce/VST2_SDK
}