diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/aubio | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'extra/aubio')
-rw-r--r-- | extra/aubio/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/aubio/PKGBUILD b/extra/aubio/PKGBUILD index 89e454ef6..d019dc25e 100644 --- a/extra/aubio/PKGBUILD +++ b/extra/aubio/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 197869 2013-10-30 11:22:11Z allan $ +# $Id: PKGBUILD 199836 2013-11-17 08:28:12Z allan $ # Maintainer: Tobias Kieslich tobias [funnychar] archlinux org # Contributor: Peter Baldwin <bald_pete@hotmail.com> # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw> pkgname=aubio pkgver=0.3.2 -pkgrel=5 +pkgrel=6 pkgdesc="A library for audio labelling" arch=('i686' 'x86_64') url="http://aubio.org/" @@ -19,7 +19,7 @@ md5sums=('ffc3e5e4880fec67064f043252263a44' build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i $srcdir/aubio-linking.patch + patch -p1 -i $srcdir/aubio-linking.patch ./configure --prefix=/usr make |