diff options
Diffstat (limited to 'community/puzzles/PKGBUILD')
-rw-r--r-- | community/puzzles/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD index 63ec27273..fa9d3d803 100644 --- a/community/puzzles/PKGBUILD +++ b/community/puzzles/PKGBUILD @@ -6,7 +6,7 @@ pkgname=puzzles pkgver=9306 pkgrel=2 pkgdesc="Simon Tatham's Portable Puzzle Collection" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" license=('MIT') makedepends=('pkgconfig') |