summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-14 06:02:36 +0100
committerChristopher Arndt2019-11-14 06:02:36 +0100
commit199d61d767940670c8102bf7e42a5234260632c5 (patch)
tree3098756083eeaf0b0abdcce96632247fc1957adf
parentcfacd0396272353f3a379d996216b3fefedc00d6 (diff)
downloadaur-199d61d767940670c8102bf7e42a5234260632c5.tar.gz
Add 'libsord-0.so' to provides (same as non-git package, required by other packages)
Remove .install file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--sord.install11
3 files changed, 7 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfa054b62304..285c46530c02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = sord-git
pkgdesc = Lightweight C library for storing RDF statements in memory (git version)
- pkgver = 0.16.2.r412.9c11543
+ pkgver = 0.16.4.r419.421e37d
pkgrel = 1
url = http://drobilla.net/software/sord/
- install = sord.install
arch = i686
arch = x86_64
license = custom:ISC
@@ -12,7 +11,8 @@ pkgbase = sord-git
depends = pcre
depends = serd
provides = sord
- provides = sord=0.16.2
+ provides = sord=0.16.4
+ provides = libsord-0.so
conflicts = sord
conflicts = sord-svn
source = sord::git+https://gitlab.com/drobilla/sord.git
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() {
diff --git a/sord.install b/sord.install
deleted file mode 100644
index 323992020313..000000000000
--- a/sord.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- ldconfig
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}