summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2016-03-18 12:46:39 +0100
committerChristopher Arndt2016-03-18 12:47:01 +0100
commit91f80f383aba3ba411400ea352f3af4362670071 (patch)
treed83026b6bcce8e1f92fbb65a9c19491782a423c6 /PKGBUILD
parent82211aaf64a4f94663bb0c96833be06f8715757c (diff)
downloadaur-91f80f383aba3ba411400ea352f3af4362670071.tar.gz
Fix source to be an array; add versioned provision to allow replacing vanilla 'sord' package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ec10f2bfffa..7ee49189ed07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=sord
pkgname="${_pkgname}-git"
-pkgver=0.14.1.r334.19cd4c9
+pkgver=0.15.1.r336.2843ab1
pkgrel=1
pkgdesc="A lightweight C library for storing RDF statements in memory"
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ license=('custom:ISC')
depends=('pcre' 'serd')
makedepends=('git' 'python')
conflicts=("${_pkgname}" "${_pkgname}-svn")
-provides=("${_pkgname}")
+provides=("${_pkgname}" "${_pkgname}==${pkgver}")
install="${_pkgname}.install"
-source="${_pkgname}::git+http://git.drobilla.net/sord.git"
+source=("${_pkgname}::git+http://git.drobilla.net/sord.git")
md5sums=('SKIP')
pkgver() {