summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-14 06:02:36 +0100
committerChristopher Arndt2019-11-14 06:02:36 +0100
commit199d61d767940670c8102bf7e42a5234260632c5 (patch)
tree3098756083eeaf0b0abdcce96632247fc1957adf /PKGBUILD
parentcfacd0396272353f3a379d996216b3fefedc00d6 (diff)
downloadaur-199d61d767940670c8102bf7e42a5234260632c5.tar.gz
Add 'libsord-0.so' to provides (same as non-git package, required by other packages)
Remove .install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 710f50b42c1a..28d626c0db10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=sord
pkgname="${_pkgname}-git"
-pkgver=0.16.2.r412.9c11543
+pkgver=0.16.4.r419.421e37d
pkgrel=1
pkgdesc="Lightweight C library for storing RDF statements in memory (git version)"
arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@ license=('custom:ISC')
depends=('pcre' 'serd')
makedepends=('git' 'python')
conflicts=("${_pkgname}" "${_pkgname}-svn")
-provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}")
-install="${_pkgname}.install"
+provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" "lib${_pkgname}-${pkgver::1}.so")
source=("${_pkgname}::git+https://gitlab.com/drobilla/sord.git"
'autowaf::git+https://gitlab.com/drobilla/autowaf.git')
-md5sums=('SKIP' 'SKIP')
+md5sums=('SKIP'
+ 'SKIP')
pkgver() {