lilv: update to 0.22.0.

This commit is contained in:
Michael Gehring 2016-02-25 18:57:19 +01:00
parent 788a783468
commit cf6cd3613c

View file

@ -1,6 +1,6 @@
# Template file for 'lilv' # Template file for 'lilv'
pkgname=lilv pkgname=lilv
version=0.20.0 version=0.22.0
revision=1 revision=1
build_style=waf build_style=waf
configure_args="--dyn-manifest" configure_args="--dyn-manifest"
@ -11,11 +11,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="ISC" license="ISC"
homepage="http://drobilla.net/software/lilv/" homepage="http://drobilla.net/software/lilv/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2" distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=428a39f1265d44c55f2604829a12ade0ea13e1a1022ff937ca2a9ad227bd422a checksum=cd279321223ef11ca01551767d3c16d68cb31f689e02320a0b2e37b4f7d17ab4
post_install() { post_install() {
vmkdir usr/share/bash-completion/completions vmkdir usr/share/bash-completion/completions
mv ${DESTDIR}/usr/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions mv ${DESTDIR}/usr/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
vlicense COPYING
} }
liblilv_package() { liblilv_package() {