diff options
Diffstat (limited to 'extra/ncmpc/PKGBUILD')
-rw-r--r-- | extra/ncmpc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ncmpc/PKGBUILD b/extra/ncmpc/PKGBUILD index 901e9f73f..c4b433f55 100644 --- a/extra/ncmpc/PKGBUILD +++ b/extra/ncmpc/PKGBUILD @@ -8,7 +8,7 @@ pkgname=ncmpc pkgver=0.19 pkgrel=1 pkgdesc="A ncurses (command line) interface for MPD" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://mpd.wikia.com/wiki/Client:Ncmpc" license=('GPL') depends=('ncurses' 'glib2' 'libmpdclient') |