Fix provision syntax

This commit is contained in:
Christopher Arndt 2016-03-18 12:51:29 +01:00
parent e4266fe1df
commit 0725145935
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Fri Mar 18 11:44:42 UTC 2016
# Fri Mar 18 11:50:59 UTC 2016
pkgbase = serd-git
pkgdesc = A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples
pkgver = 0.22.3.r500.bb8f19e
pkgrel = 1
pkgrel = 2
url = http://drobilla.net/software/serd/
install = serd.install
arch = i686
@ -12,7 +12,7 @@ pkgbase = serd-git
makedepends = git
makedepends = python
provides = serd
provides = serd==0.22.3.r500.bb8f19e
provides = serd=0.22.3.r500.bb8f19e
conflicts = serd
conflicts = serd-svn
source = serd::git+http://git.drobilla.net/serd.git

View file

@ -3,14 +3,14 @@
_pkgname=serd
pkgname="${_pkgname}-git"
pkgver=0.22.3.r500.bb8f19e
pkgrel=1
pkgrel=2
pkgdesc="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/serd/"
license=('custom:ISC')
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/serd.git")
md5sums=('SKIP')