aubio: update to 0.4.2.

This commit is contained in:
Juan RP 2015-08-05 10:31:47 +02:00
parent 47c20245da
commit e9ea0a0b75

View file

@ -1,6 +1,6 @@
# Template file for 'aubio'
pkgname=aubio
version=0.4.1
version=0.4.2
revision=1
build_style=waf
# XXX lash, pure and swig support.
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://aubio.org"
distfiles="${homepage}/pub/${pkgname}-${version}.tar.bz2"
checksum=25d7df0a9cd6366fda764a803424caddf5fb819fc75b42a7a03e1e6f8eb3c695
checksum=1cc58e0fed2b9468305b198ad06b889f228b797a082c2ede716dc30fcb4f8f1f
pre_configure() {
# disable tests to allow cross builds
@ -31,6 +31,5 @@ aubio-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/lib/*.a
}
}