diff options
Diffstat (limited to 'extra/normalize/PKGBUILD')
-rw-r--r-- | extra/normalize/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/normalize/PKGBUILD b/extra/normalize/PKGBUILD index b0d56ed4f..f2e8eb00c 100644 --- a/extra/normalize/PKGBUILD +++ b/extra/normalize/PKGBUILD @@ -6,7 +6,7 @@ pkgname=normalize pkgver=0.7.7 pkgrel=4 pkgdesc="A tool for adjusting the volume of WAV files to a standard level" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('audiofile' 'libmad' 'vorbis-tools' 'lame' 'flac' 'mpg123') source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2) |