diff options
Diffstat (limited to 'community/aumix/PKGBUILD')
-rw-r--r-- | community/aumix/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/aumix/PKGBUILD b/community/aumix/PKGBUILD index a8d4f375d..4d21cfc2d 100644 --- a/community/aumix/PKGBUILD +++ b/community/aumix/PKGBUILD @@ -5,7 +5,7 @@ pkgname=aumix pkgver=2.9.1 pkgrel=3 pkgdesc="A color text mode sound mixer with GPM support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=() makedepends=('gtk2' 'gpm' 'ncurses') |