summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-03-04 11:32:12 +0000
committerCrocoDuck2018-03-04 11:32:12 +0000
commita2babb0e99ff6344c6dc0ae566c53f26ca455630 (patch)
tree32caa427b6c54edb9e399ff97c634010f32b8caf
parentbdb2b30972c95406a849af9e59a88fa3dd605b20 (diff)
downloadaur-a2babb0e99ff6344c6dc0ae566c53f26ca455630.tar.gz
Update to version 3.10.r3.g68b2969 and simplified prepare() function
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d1172ef0623..0239c97e8321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zam-plugins-git
pkgdesc = Collection of LV2/LADSPA/VST audio plugins for high quality processing.
- pkgver = 3.10.r0.ga3321af
+ pkgver = 3.10.r3.g68b2969
pkgrel = 1
url = https://github.com/zamaudio/zam-plugins
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5852ef5d52df..86ce97e5afba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Haskellfant <moritz.kiefer@purelyfunctional.org
pkgname=zam-plugins-git
-pkgver=3.10.r0.ga3321af
+pkgver=3.10.r3.g68b2969
pkgrel=1
pkgdesc="Collection of LV2/LADSPA/VST audio plugins for high quality processing."
arch=('i686' 'x86_64')
@@ -24,9 +24,7 @@ pkgver() {
prepare() {
cd "${pkgname%-*}"
- git submodule init
- git config submodule.dpf.url "$srcdir/dpf"
- git submodule update
+ git submodule update --init
}
build() {