diff options
Diffstat (limited to 'community/puzzles')
-rw-r--r-- | community/puzzles/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD index 20af83ec8..b9dd0cec2 100644 --- a/community/puzzles/PKGBUILD +++ b/community/puzzles/PKGBUILD @@ -3,10 +3,10 @@ # Maintainer: schuay <jakob.gruber@gmail.com> pkgname=puzzles -pkgver=9168 +pkgver=9175 pkgrel=1 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') @@ -34,3 +34,4 @@ package() { mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox } +md5sums=('ec37a288c6c82c3d99d69f3a7c1f142a') |