Update pkgdesc

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2019-10-20 12:04:18 +02:00
parent 241326d281
commit 11713c35db
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = serd-git
pkgdesc = A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples
pkgver = 0.30.1.r752.d14838c
pkgdesc = Lightweight C library for RDF syntax supporting reading / writing Turtle and NTriples (git version)
pkgver = 0.30.1.r766.234ff6f
pkgrel = 1
url = http://drobilla.net/software/serd/
install = serd.install

View file

@ -2,9 +2,9 @@
_pkgname=serd
pkgname="${_pkgname}-git"
pkgver=0.30.1.r752.d14838c
pkgver=0.30.1.r766.234ff6f
pkgrel=1
pkgdesc="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples"
pkgdesc="Lightweight C library for RDF syntax supporting reading / writing Turtle and NTriples (git version)"
arch=('i686' 'x86_64')
url="http://drobilla.net/software/serd/"
license=('custom:ISC')
@ -16,6 +16,7 @@ source=("$_pkgname::git+https://gitlab.com/drobilla/serd.git"
'autowaf::git+https://gitlab.com/drobilla/autowaf.git')
md5sums=('SKIP' 'SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"