Add ser=$pkgver to provides

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2018-12-19 17:27:04 +01:00
parent 0725145935
commit a50dae68aa
2 changed files with 6 additions and 8 deletions

View file

@ -1,9 +1,7 @@
# Generated by mksrcinfo v8
# 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 = 2
pkgver = 0.30.1.r705.fc6ef04
pkgrel = 1
url = http://drobilla.net/software/serd/
install = serd.install
arch = i686
@ -12,7 +10,7 @@ pkgbase = serd-git
makedepends = git
makedepends = python
provides = serd
provides = serd=0.22.3.r500.bb8f19e
provides = 0.30.1
conflicts = serd
conflicts = serd-svn
source = serd::git+http://git.drobilla.net/serd.git

View file

@ -2,15 +2,15 @@
_pkgname=serd
pkgname="${_pkgname}-git"
pkgver=0.22.3.r500.bb8f19e
pkgrel=2
pkgver=0.30.1.r705.fc6ef04
pkgrel=1
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//.r*/}")
install="${_pkgname}.install"
source=("$_pkgname::git+http://git.drobilla.net/serd.git")
md5sums=('SKIP')