sord: update to 0.8.0.

This commit is contained in:
davehome 2012-06-16 21:59:53 -06:00
parent 2baec3756f
commit 4ba734d083
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,4 @@
libsord-0.so.0
libserd-0.so.0
libc.so.6
libpcre.so.0

View file

@ -1,15 +1,15 @@
# Template file for 'sord'
pkgname=sord
version=0.5.0
version=0.8.0
build_style=waf
homepage="http://drobilla.net/software/sord/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
revision=2
makedepends="pkg-config python serd-devel"
revision=1
makedepends="pkg-config python serd-devel pcre-devel"
short_desc="Lightweight C library for storing RDF data in memory."
maintainer="davehome <davehome@redthumb.info.tm>"
license="ISC"
checksum=0f18879ed9d5c4d056cddb5af9057090d1de874d3f3996386cf716d8060625ef
checksum=99df73a0a859fbfc6423a7d5930d019c8c0e17e04ed101114c54f1911dbd8a59
long_desc="
Sord is a lightweight C library for storing RDF data in memory."
subpackages="$pkgname-devel lib$pkgname"