summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-14 06:09:30 +0100
committerChristopher Arndt2019-11-14 06:09:30 +0100
commit449ca1669ca872bf8c3b66e18744a9f71a53d5dd (patch)
tree036bff3311589ee93591bc79c59c16759d6be85e
parentaecaf0f4664e6a4e6381d3ada4af246004feaa92 (diff)
downloadaur-449ca1669ca872bf8c3b66e18744a9f71a53d5dd.tar.gz
Add 'libsuil-0.so' to provides (same as non-git package, required by other packages)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07da6db3d872..63943f75d2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = suil-git
pkgdesc = Lightweight C library for loading and wrapping LV2 plugin UIs (git version)
- pkgver = 0.10.4.r322.ee6ee77
+ pkgver = 0.10.6.r328.0863b8d
pkgrel = 1
url = http://drobilla.net/software/suil/
arch = i686
@@ -16,7 +16,8 @@ pkgbase = suil-git
optdepends = gtk3: GTK+ 3.x UI wrapping support
optdepends = qt5-base: Qt 5.x UI wrapping support
provides = suil
- provides = suil=0.10.4
+ provides = suil=0.10.6
+ provides = libsuil-0.so
conflicts = suil
conflicts = suil-svn
source = suil::git+https://gitlab.com/lv2/suil.git
diff --git a/PKGBUILD b/PKGBUILD
index 32c2b898b643..7361418d436d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=suil
pkgname="${_pkgname}-git"
-pkgver=0.10.4.r322.ee6ee77
+pkgver=0.10.6.r328.0863b8d
pkgrel=1
pkgdesc="Lightweight C library for loading and wrapping LV2 plugin UIs (git version)"
arch=('i686' 'x86_64')
@@ -12,11 +12,12 @@ makedepends=('git' 'gtk2' 'gtk3' 'lv2' 'python' 'qt5-base')
optdepends=('gtk2: GTK+ 2.x UI wrapping support'
'gtk3: GTK+ 3.x UI wrapping support'
'qt5-base: Qt 5.x UI wrapping support')
-provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}")
+provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" "lib${_pkgname}-${pkgver::1}.so")
conflicts=("${_pkgname}" "${_pkgname}-svn")
source=("${_pkgname}::git+https://gitlab.com/lv2/${_pkgname}.git"
'autowaf::git+https://gitlab.com/drobilla/autowaf.git')
-md5sums=('SKIP' 'SKIP')
+md5sums=('SKIP'
+ 'SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"