summaryrefslogtreecommitdiff
path: root/community/puzzles
diff options
context:
space:
mode:
Diffstat (limited to 'community/puzzles')
-rw-r--r--community/puzzles/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD
index b9dd0cec2..6a2717093 100644
--- a/community/puzzles/PKGBUILD
+++ b/community/puzzles/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: schuay <jakob.gruber@gmail.com>
pkgname=puzzles
-pkgver=9175
+pkgver=9179
pkgrel=1
pkgdesc="Simon Tatham's Portable Puzzle Collection"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('pkgconfig')
depends=('gtk2')
source=("http://www.chiark.greenend.org.uk/~sgtatham/${pkgname}/${pkgname}-r${pkgver}.tar.gz")
-md5sums=('15ec7483b579bd61edd972e81f3902b9')
+md5sums=('f724413049ff2a3cc00799793190b1d0')
build() {
cd ${srcdir}/${pkgname}-r${pkgver}
@@ -34,4 +34,3 @@ package() {
mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
}
-md5sums=('ec37a288c6c82c3d99d69f3a7c1f142a')