From e9ea0a0b759359c9d0e10ca95e16a1afc170a45a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 5 Aug 2015 10:31:47 +0200 Subject: [PATCH] aubio: update to 0.4.2. --- srcpkgs/aubio/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 } }