summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2018-12-19 17:31:39 +0100
committerChristopher Arndt2018-12-19 17:31:39 +0100
commit3c4aa47ac8ee2d71289f38e0211b6267d473e91e (patch)
tree8cf98c8e8f33ac12d124d77a54e1c5d45c65b203 /PKGBUILD
parentd6983be3598f74273c72f29d20b2307aa96c9477 (diff)
downloadaur-3c4aa47ac8ee2d71289f38e0211b6267d473e91e.tar.gz
Stream-line provides list
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 863ec408375f..253f33472035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=lilv
pkgname="${_pkgname}-git"
-pkgver=0.24.3.r1163.9a45b4c
-pkgrel=2
+pkgver=0.24.5.r1185.bf061a4
+pkgrel=1
pkgdesc="A C library interface to the LV2 plug-in standard"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/lilv"
@@ -16,7 +16,7 @@ optdepends=(
"bash-completion: completion for bash"
"libsndfile: lv2apply utility"
)
-provides=("${_pkgname}=${pkgver%.r*}")
+provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}")
conflicts=("${_pkgname}" "${_pkgname}-svn")
source=("${_pkgname}::git+http://git.drobilla.net/${_pkgname}.git")
md5sums=('SKIP')