summaryrefslogtreecommitdiff
path: root/extra/sox/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sox/PKGBUILD')
-rw-r--r--extra/sox/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/sox/PKGBUILD b/extra/sox/PKGBUILD
index bfb6a662d..cfb0ab785 100644
--- a/extra/sox/PKGBUILD
+++ b/extra/sox/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=sox
pkgver=14.4.1
pkgrel=1
pkgdesc="The Swiss Army knife of sound processing tools"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://sox.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('libltdl' 'file' 'libsndfile' 'libpng' 'lame' 'opencore-amr' 'gsm')
@@ -28,7 +28,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
}