summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-03-04 11:45:28 +0000
committerCrocoDuck2018-03-04 11:45:28 +0000
commitd05e588cf605d15b61aa5ed9962fdb5bce8a93e9 (patch)
tree2aa204a2c6ec83687a65f494249e7f80c8f60811
parenta2babb0e99ff6344c6dc0ae566c53f26ca455630 (diff)
downloadaur-d05e588cf605d15b61aa5ed9962fdb5bce8a93e9.tar.gz
PKGBUILD simplification
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0239c97e8321..7fbfbcfe269a 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.r3.g68b2969
+ pkgver = 3.10.r0.ga3321af
pkgrel = 1
url = https://github.com/zamaudio/zam-plugins
arch = i686
@@ -21,8 +21,6 @@ pkgbase = zam-plugins-git
conflicts = zam-plugins
conflicts = zamplugins
source = zam-plugins::git://github.com/zamaudio/zam-plugins.git
- source = dpf::git://github.com/DISTRHO/DPF.git
- md5sums = SKIP
md5sums = SKIP
pkgname = zam-plugins-git
diff --git a/PKGBUILD b/PKGBUILD
index 86ce97e5afba..237d909edf12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Haskellfant <moritz.kiefer@purelyfunctional.org
pkgname=zam-plugins-git
-pkgver=3.10.r3.g68b2969
+pkgver=3.10.r0.ga3321af
pkgrel=1
pkgdesc="Collection of LV2/LADSPA/VST audio plugins for high quality processing."
arch=('i686' 'x86_64')
@@ -12,10 +12,8 @@ provides=(${pkgname%-*})
conflicts=(${pkgname%-*} 'zamplugins')
depends=('jack2' 'libglvnd' 'fftw' 'libsamplerate')
makedepends=('git' 'pkg-config' 'libx11' 'libgl' 'liblo' 'jack' 'ladspa')
-source=("${pkgname%-*}"::'git://github.com/zamaudio/zam-plugins.git'
- "dpf"::'git://github.com/DISTRHO/DPF.git')
-md5sums=('SKIP'
- 'SKIP')
+source=("${pkgname%-*}"::'git://github.com/zamaudio/zam-plugins.git')
+md5sums=('SKIP')
pkgver() {
cd "${pkgname%-*}"
@@ -25,6 +23,7 @@ pkgver() {
prepare() {
cd "${pkgname%-*}"
git submodule update --init
+ git checkout 3.10
}
build() {