mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
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'
|
# Template file for 'serd'
|
||||||
pkgname=serd
|
pkgname=serd
|
||||||
version=0.20.0
|
version=0.22.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=waf
|
build_style=waf
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
short_desc="Lightweight C library for RDF syntax"
|
short_desc="Lightweight C library for RDF syntax"
|
||||||
|
@ -9,7 +9,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/serd/"
|
homepage="http://drobilla.net/software/serd/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf
|
checksum=7b030287b4b75f35e6212b145648bec0be6580cc5434caa6d2fe64a38562afd2
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
serd-devel_package() {
|
serd-devel_package() {
|
||||||
depends="libserd>=${version}_${revision}"
|
depends="libserd>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue