serd: update to 0.22.0.
This commit is contained in:
parent
5bca621e2a
commit
9d701a07f8
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'serd'
|
||||
pkgname=serd
|
||||
version=0.20.0
|
||||
revision=4
|
||||
version=0.22.0
|
||||
revision=1
|
||||
build_style=waf
|
||||
hostmakedepends="python"
|
||||
short_desc="Lightweight C library for RDF syntax"
|
||||
|
@ -9,7 +9,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="ISC"
|
||||
homepage="http://drobilla.net/software/serd/"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||
checksum=64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf
|
||||
checksum=7b030287b4b75f35e6212b145648bec0be6580cc5434caa6d2fe64a38562afd2
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
serd-devel_package() {
|
||||
depends="libserd>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue