summaryrefslogtreecommitdiff
path: root/community/puzzles
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-12 10:57:14 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-12 10:57:14 -0300
commit66873986693bc3c8812d12f3919f1977b9a30674 (patch)
tree14a385b80dfa23890d9d864dd89fafb61dd38ff2 /community/puzzles
parentfa448c3d0b12a414235560d2cbd14eb74aace7bd (diff)
parente03f4b9bc9da3327de94bc58aa92ecb836c1580d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/puzzles/PKGBUILD core/lvm2/PKGBUILD core/mdadm/PKGBUILD libre/kernel26-libre/PKGBUILD multilib-testing/lib32-mesa/PKGBUILD testing/mesa/PKGBUILD
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')