diff options
Diffstat (limited to 'extra/bs/PKGBUILD')
-rw-r--r-- | extra/bs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bs/PKGBUILD b/extra/bs/PKGBUILD index e15c29aca..51b32a0b0 100644 --- a/extra/bs/PKGBUILD +++ b/extra/bs/PKGBUILD @@ -6,7 +6,7 @@ pkgname=bs pkgver=2.7 pkgrel=2 pkgdesc="The classic game of Battleships against the computer. Ncurses." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.catb.org/~esr/bs/" license=('GPL2') depends=('ncurses') |