summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2020-05-08 02:42:03 +0200
committerChristopher Arndt2020-05-08 02:42:03 +0200
commit29d1178569cd93fbfe22117fbe63d30e44bc570b (patch)
tree0a5bca7fefcb91319bf5c34303015c1857aad708 /PKGBUILD
parentf283c6d274084e9a95b62356aed997eb7e2226b2 (diff)
downloadaur-29d1178569cd93fbfe22117fbe63d30e44bc570b.tar.gz
Provides 'mda.lv2' too
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 338e3e224862..07c02d185a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=mda-lv2
pkgname="${_pkgname}-git"
pkgver=1.2.4.r1.g1761c1c
-pkgrel=1
+pkgrel=2
pkgdesc="A port of the MDA VST plugins to the LV2 format"
arch=("i686" "x86_64")
url="https://drobilla.net/software/mda-lv2/"
@@ -11,7 +11,7 @@ license=("GPL2")
groups=('lv2-plugins')
depends=('gcc-libs' 'glibc')
makedepends=('git' 'lv2' 'python')
-provides=("${_pkgname}")
+provides=("${_pkgname}" "${_pkgname//-/.}")
conflicts=("${_pkgname}" "${_pkgname}-svn" "${_pkgname//-/.}")
source=("${_pkgname}::git+https://gitlab.com/drobilla/mda-lv2.git"
'autowaf::git+https://gitlab.com/drobilla/autowaf.git')