Fix typo in shell variable in PKGBUILD.

This commit is contained in:
Christopher Arndt 2019-11-14 06:03:59 +01:00
parent 179533875c
commit 3e98d8220c
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = serd-git
pkgdesc = Lightweight C library for RDF syntax supporting reading / writing Turtle and NTriples (git version)
pkgver = 0.30.2.r784.41a5903
pkgrel = 1
pkgrel = 2
url = http://drobilla.net/software/serd/
arch = i686
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = serd-git
makedepends = python
provides = serd
provides = serd=0.30.2
provides = libserd-.so
provides = libserd-0.so
conflicts = serd
conflicts = serd-svn
source = serd::git+https://gitlab.com/drobilla/serd.git

View file

@ -3,14 +3,14 @@
_pkgname=serd
pkgname="${_pkgname}-git"
pkgver=0.30.2.r784.41a5903
pkgrel=1
pkgrel=2
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')
makedepends=('git' 'python')
conflicts=("${_pkgname}" "${_pkgname}-svn")
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" "lib${_pkgname}-${pkver::1}.so")
provides=("${_pkgname}" "${_pkgname}=${pkgver//.r*/}" "lib${_pkgname}-${pkgver::1}.so")
source=("$_pkgname::git+https://gitlab.com/drobilla/serd.git"
'autowaf::git+https://gitlab.com/drobilla/autowaf.git')
md5sums=('SKIP'