Fix provision syntax

This commit is contained in:
Christopher Arndt 2016-03-18 12:54:10 +01:00
parent 91f80f383a
commit ae58c6c69f
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Tue Jan 19 19:30:54 UTC 2016
# Fri Mar 18 11:53:38 UTC 2016
pkgbase = sord-git
pkgdesc = A lightweight C library for storing RDF statements in memory
pkgver = 0.14.1.r334.19cd4c9
pkgver = 0.15.1.r336.2843ab1
pkgrel = 1
url = http://drobilla.net/software/sord/
install = sord.install
@ -14,6 +14,7 @@ pkgbase = sord-git
depends = pcre
depends = serd
provides = sord
provides = sord=0.15.1.r336.2843ab1
conflicts = sord
conflicts = sord-svn
source = sord::git+http://git.drobilla.net/sord.git

View file

@ -11,7 +11,7 @@ license=('custom:ISC')
depends=('pcre' 'serd')
makedepends=('git' 'python')
conflicts=("${_pkgname}" "${_pkgname}-svn")
provides=("${_pkgname}" "${_pkgname}==${pkgver}")
provides=("${_pkgname}" "${_pkgname}=${pkgver}")
install="${_pkgname}.install"
source=("${_pkgname}::git+http://git.drobilla.net/sord.git")
md5sums=('SKIP')