diff options
Diffstat (limited to 'community/dopewars/PKGBUILD')
-rw-r--r-- | community/dopewars/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dopewars/PKGBUILD b/community/dopewars/PKGBUILD index a240c3a0a..c41d3f872 100644 --- a/community/dopewars/PKGBUILD +++ b/community/dopewars/PKGBUILD @@ -6,11 +6,11 @@ pkgname=dopewars pkgver=1.5.12 -pkgrel=6 +pkgrel=6.1 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") |