[arch-commits] Commit in aubio/trunk (PKGBUILD)

Ray Rashif schiv at nymeria.archlinux.org
Thu Mar 13 18:44:01 UTC 2014


    Date: Thursday, March 13, 2014 @ 19:44:01
  Author: schiv
Revision: 207711

upgpkg: aubio 0.4.1-1

upstream minor release

Modified:
  aubio/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-13 18:37:13 UTC (rev 207710)
+++ PKGBUILD	2014-03-13 18:44:01 UTC (rev 207711)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=aubio
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python2-numpy')
 optdepends=('python2-numpy: Python 2.x interface')
 source=("http://aubio.org/pub/$pkgname-$pkgver.tar.bz2")
-md5sums=('8de88baab79f7eec8e1c7f321c4026af')
+md5sums=('ffe7d24f6bd8e9053aeaba6c0231efb0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -21,7 +21,7 @@
 
   python2 waf configure --prefix=/usr --enable-fftw3f
   python2 waf build $MAKEFLAGS
-  cd python; python2 setup.py build # python interface
+  cd python && python2 setup.py build # python interface
 }
 
 package() {
@@ -30,7 +30,7 @@
   python2 waf --destdir="$pkgdir" install
 
   # python interface
-  cd python
+  cd python || return 1
 
   python2 setup.py install --root="$pkgdir" --optimize=1
 




More information about the arch-commits mailing list