summaryrefslogtreecommitdiff
path: root/extra/sox
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-16 16:54:33 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-16 16:54:33 +0100
commit69f67102b7a02871e32a079ffb789d5fca72a746 (patch)
tree91aa8bfd68762f927a85f2c1180ece6f8d6c6567 /extra/sox
parent6279c1eeadc812624700310b078cd6f4c84d7b5a (diff)
mips3 rebuilds.
Diffstat (limited to 'extra/sox')
-rw-r--r--extra/sox/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/sox/PKGBUILD b/extra/sox/PKGBUILD
index 550f7a666..feb8a1eb4 100644
--- a/extra/sox/PKGBUILD
+++ b/extra/sox/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sox
pkgver=14.4.0
-pkgrel=3
+pkgrel=3.1
pkgdesc="The Swiss Army knife of sound processing tools"
arch=('i686' 'x86_64' 'mips64el')
url="http://sox.sourceforge.net/"
@@ -30,7 +30,7 @@ build() {
patch -p1 -i "${srcdir}/sox-ffmpeg0.11.patch"
sed -i 's|man1/sox.1 soxeffect.7|man1/sox.1.gz soxeffect.7.gz|' Makefile.in
./configure --prefix=/usr --sysconfdir=/etc \
- --with-dyn-default --with-distro="Arch Linux"
+ --with-dyn-default --with-distro="Parabola"
make
}