Add 'libsord-0.so' to provides (same as non-git package, required by other packages)

Remove .install file
This commit is contained in:
Christopher Arndt 2019-11-14 06:02:36 +01:00
parent cfacd03962
commit 199d61d767
3 changed files with 7 additions and 18 deletions

View file

@ -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

View file

@ -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() {

View file

@ -1,11 +0,0 @@
post_install() {
ldconfig
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}