summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrocoDuck2018-02-18 14:19:10 +0000
committerCrocoDuck2018-02-18 14:19:10 +0000
commitbdb2b30972c95406a849af9e59a88fa3dd605b20 (patch)
tree804aa2b0bd482058b5ca946585cc8661a6a12f43
parent0a56a155fa24ec3d6a2f6b51ddd211823a52d0f7 (diff)
downloadaur-bdb2b30972c95406a849af9e59a88fa3dd605b20.tar.gz
Update to version 3.10.r0.ga3321af
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c084a7c0d06b..6d1172ef0623 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.9.r41.g7d2226a
+ pkgver = 3.10.r0.ga3321af
pkgrel = 1
url = https://github.com/zamaudio/zam-plugins
arch = i686
@@ -16,6 +16,7 @@ pkgbase = zam-plugins-git
depends = jack2
depends = libglvnd
depends = fftw
+ depends = libsamplerate
provides = zam-plugins
conflicts = zam-plugins
conflicts = zamplugins
diff --git a/PKGBUILD b/PKGBUILD
index cd27aca804ed..5852ef5d52df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Haskellfant <moritz.kiefer@purelyfunctional.org
pkgname=zam-plugins-git
-pkgver=3.9.r41.g7d2226a
+pkgver=3.10.r0.ga3321af
pkgrel=1
pkgdesc="Collection of LV2/LADSPA/VST audio plugins for high quality processing."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/zamaudio/zam-plugins"
license=('GPL2')
provides=(${pkgname%-*})
conflicts=(${pkgname%-*} 'zamplugins')
-depends=('jack2' 'libglvnd' 'fftw')
+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')