diff options
Diffstat (limited to 'community/dopewars')
-rw-r--r-- | community/dopewars/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dopewars/PKGBUILD b/community/dopewars/PKGBUILD index a240c3a0a..4116a23d3 100644 --- a/community/dopewars/PKGBUILD +++ b/community/dopewars/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=6 pkgdesc="A drug dealing game set in New York" url="http://dopewars.sourceforge.net/" license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gtk2' 'alsa-lib' 'audiofile' 'sdl_mixer' 'ncurses') install='dopewars.install' source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") |