summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-12-19 17:30:56 +0100
committerChristopher Arndt2018-12-19 17:30:56 +0100
commit09c6d841cc4aa4cc04d192db73b6de14c5a29547 (patch)
tree2b8207796ea1c5f7ebfd188be8e9a41cd82b35c7
parent345ec8ae754725fd947cbc21d0b75367c697e582 (diff)
downloadaur-09c6d841cc4aa4cc04d192db73b6de14c5a29547.tar.gz
Add suil=$pkgver to provides
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997c0b514edd..ab5868b64fe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = suil-git
pkgdesc = A lightweight C library for loading and wrapping LV2 plugin UIs
- pkgver = 0.10.0.r292.570e04f
+ pkgver = 0.10.0.r299.9a93d3c
pkgrel = 1
url = http://drobilla.net/software/suil/
arch = i686
@@ -15,6 +15,7 @@ pkgbase = suil-git
optdepends = qt5-base: Qt 5.x UI wrapping support
optdepends = gtk2: GTK+ 2.x UI wrapping support
provides = suil
+ provides = suil=0.10.0
conflicts = suil
conflicts = suil-svn
source = suil::git+http://git.drobilla.net/suil.git
diff --git a/PKGBUILD b/PKGBUILD
index 9c40ee8e3ea4..4692c16db555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=suil
pkgname="${_pkgname}-git"
-pkgver=0.10.0.r292.570e04f
+pkgver=0.10.0.r299.9a93d3c
pkgrel=1
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('subversion' 'python2' 'lv2' 'qt4' 'gtk2')
optdepends=('qt4: Qt 4.x UI wrapping support'
'qt5-base: Qt 5.x UI wrapping support'
'gtk2: GTK+ 2.x UI wrapping support')
-provides=("${_pkgname}")
+provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}")
conflicts=("${_pkgname}" "${_pkgname}-svn")
source=("${_pkgname}::git+http://git.drobilla.net/${_pkgname}.git")
md5sums=('SKIP')