summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0982d92e181..27eb521349a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 28 13:10:46 UTC 2017
+# Mon May 15 23:02:59 UTC 2017
pkgbase = zynaddsubfx-git
pkgdesc = A powerful realtime, multi-timbral software synthesizer.
- pkgver = 3.0.1.r15.gf671cf5b
+ pkgver = 3.0.1.r33.g1b465614
pkgrel = 1
url = http://zynaddsubfx.sourceforge.net
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ddbe4c7ba07b..3658337a5cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=zynaddsubfx-git
-pkgver=3.0.1.r15.gf671cf5b
+pkgver=3.0.1.r33.g1b465614
pkgrel=1
pkgdesc="A powerful realtime, multi-timbral software synthesizer."
arch=('i686' 'x86_64')
@@ -36,7 +36,6 @@ prepare() {
cd "${pkgname}"
[ -d build ] || mkdir build
git checkout ${_branch}
- git pull
git submodule init
git config submodule.DPF.url "${srcdir}/DPF"
git config submodule.instruments.url "${srcdir}/instruments"