diff options
Diffstat (limited to 'extra/sox/PKGBUILD')
-rw-r--r-- | extra/sox/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/sox/PKGBUILD b/extra/sox/PKGBUILD index 587621f0b..3db270472 100644 --- a/extra/sox/PKGBUILD +++ b/extra/sox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 191908 2013-08-01 06:53:41Z bpiotrowski $ +# $Id: PKGBUILD 197426 2013-10-25 19:25:05Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=sox pkgver=14.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="The Swiss Army knife of sound processing tools" arch=('i686' 'x86_64' 'mips64el') url="http://sox.sourceforge.net/" @@ -16,7 +16,6 @@ optdepends=('libao: for ao plugin' 'libid3tag: for mp3 plugin' 'wavpack: for wavpack plugin' 'libpulse: for pulse plugin') -options=('!libtool') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) sha1sums=('4775f9e9eebb5a2fe79df548908a7a24088118d9') |