diff --git a/srcpkgs/aubio/template b/srcpkgs/aubio/template index 693ae573be..3a54653603 100644 --- a/srcpkgs/aubio/template +++ b/srcpkgs/aubio/template @@ -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 " 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 } }