diff options
Diffstat (limited to 'community/icecast')
-rw-r--r-- | community/icecast/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/icecast/PKGBUILD b/community/icecast/PKGBUILD index aad4ca008..f4a06dff8 100644 --- a/community/icecast/PKGBUILD +++ b/community/icecast/PKGBUILD @@ -8,7 +8,7 @@ pkgname=icecast pkgver=2.3.3 pkgrel=4 pkgdesc='Streaming audio over the Internet' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url='http://www.icecast.org/' depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora') |