sord: rebuild against libpcre-8.30.
This commit is contained in:
parent
7ef5e2dcf3
commit
841828c13e
2 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
libsord-0.so.0
|
||||
libserd-0.so.0
|
||||
libc.so.6
|
||||
libpcre.so.0
|
||||
libpcre.so.1
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'sord'
|
||||
pkgname=sord
|
||||
version=0.8.0
|
||||
revision=2
|
||||
build_style=waf
|
||||
homepage="http://drobilla.net/software/sord/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
revision=1
|
||||
makedepends="pkg-config python serd-devel pcre-devel"
|
||||
subpackages="$pkgname-devel lib$pkgname"
|
||||
makedepends="pkg-config python serd-devel pcre-devel>=8.30"
|
||||
short_desc="Lightweight C library for storing RDF data in memory."
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="ISC"
|
||||
homepage="http://drobilla.net/software/sord/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=99df73a0a859fbfc6423a7d5930d019c8c0e17e04ed101114c54f1911dbd8a59
|
||||
long_desc="
|
||||
Sord is a lightweight C library for storing RDF data in memory."
|
||||
subpackages="$pkgname-devel lib$pkgname"
|
||||
|
||||
|
|
Loading…
Reference in a new issue