summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-03-04 11:47:16 +0000
committerCrocoDuck2018-03-04 11:47:16 +0000
commit9bc5f2370b5ca628ae546fa9f44d481fb628abf0 (patch)
treea06e48ceb6c5a69cd7a8a276100174395d437273
parentd05e588cf605d15b61aa5ed9962fdb5bce8a93e9 (diff)
downloadaur-9bc5f2370b5ca628ae546fa9f44d481fb628abf0.tar.gz
PKGBUILD simplification - proper
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fbfbcfe269a..61459d009be4 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 237d909edf12..3b00f954a020 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')
@@ -23,7 +23,6 @@ pkgver() {
prepare() {
cd "${pkgname%-*}"
git submodule update --init
- git checkout 3.10
}
build() {