diff options
author | CrocoDuck | 2018-03-04 11:47:16 +0000 |
---|---|---|
committer | CrocoDuck | 2018-03-04 11:47:16 +0000 |
commit | 9bc5f2370b5ca628ae546fa9f44d481fb628abf0 (patch) | |
tree | a06e48ceb6c5a69cd7a8a276100174395d437273 /PKGBUILD | |
parent | d05e588cf605d15b61aa5ed9962fdb5bce8a93e9 (diff) | |
download | aur-9bc5f2370b5ca628ae546fa9f44d481fb628abf0.tar.gz |
PKGBUILD simplification - proper
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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() { |