lilv: update to 0.24.2.

This commit is contained in:
Michael Gehring 2017-01-04 19:39:16 +00:00
parent fa800a8a31
commit 70f1d14a29
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'lilv'
pkgname=lilv
version=0.24.0
version=0.24.2
revision=1
build_style=waf
configure_args="--dyn-manifest"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC"
homepage="http://drobilla.net/software/lilv/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=fa60de536d3648aa3b1a445261fd77bd80d0246a071eed2e7ca51ea91a27fb9e
checksum=f7ec65b1c1f1734ded3a6c051bbaf50f996a0b8b77e814a33a34e42bce50a522
post_install() {
vmkdir usr/share/bash-completion/completions
@ -39,8 +39,8 @@ lilv-devel_package() {
depends="sord-devel liblilv>=${version}_${revision}"
short_desc+=" - Development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}