summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2021-03-16 15:30:09 +0100
committerChristopher Arndt2021-03-16 15:30:09 +0100
commit820a5597c7c821fd7b0b33616de58ed643c104a1 (patch)
tree610593eda588674403b6260f46a4c29624048fe4
parent0e838133fa39e0a825562cb669e49b9d4885cc67 (diff)
downloadaur-820a5597c7c821fd7b0b33616de58ed643c104a1.tar.gz
Fixed conflicts and updated provides
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08bd1a5c42aa..38ae0ac262f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zam-plugins-git
pkgdesc = Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing (git version)
pkgver = 3.14.r0.ge7077fc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zamaudio/zam-plugins
arch = x86_64
groups = ladspa-plugins
@@ -22,7 +22,8 @@ pkgbase = zam-plugins-git
depends = libx11
optdepends = jack: for standalone applications
provides = zam-plugins
- conflicts = zam-plugins-git
+ provides = zam-plugins=3.14
+ conflicts = zam-plugins
conflicts = zamplugins
source = zam-plugins::git+https://github.com/zamaudio/zam-plugins.git
source = git+https://github.com/DISTRHO/DPF.git
diff --git a/PKGBUILD b/PKGBUILD
index 159bda534422..2ae8d9d9e0ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=zam-plugins
pkgname="${_pkgname}-git"
pkgver=3.14.r0.ge7077fc
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing (git version)"
arch=('x86_64')
url="https://github.com/zamaudio/zam-plugins"
@@ -14,8 +14,8 @@ groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11')
makedepends=('gendesk' 'git' 'ladspa' 'libsamplerate' 'jack' 'lv2' 'zita-convolver')
optdepends=('jack: for standalone applications')
-provides=("${_pkgname}")
-conflicts=("${pkgname}" 'zamplugins')
+provides=("${_pkgname}" "${_pkgname}=${pkgver/.r*/}")
+conflicts=("${_pkgname}" 'zamplugins')
source=("${_pkgname}::git+https://github.com/zamaudio/${_pkgname}.git"
'git+https://github.com/DISTRHO/DPF.git'
'zam-plugins.directory'