diff options
Diffstat (limited to 'community/hitori/PKGBUILD')
-rw-r--r-- | community/hitori/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hitori/PKGBUILD b/community/hitori/PKGBUILD index 9a8053373..80a0aa68c 100644 --- a/community/hitori/PKGBUILD +++ b/community/hitori/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 77547 2012-10-12 03:16:10Z bgyorgy $ +# $Id: PKGBUILD 95244 2013-08-07 13:38:52Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=hitori -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="GTK+ application to generate and let you play games of Hitori" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils') makedepends=('intltool' 'itstool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('5d9e1c0f5d33c960167a126242bf57ff4865a6aaf6602da4a25aae56dc491030') +sha256sums=('7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af') build() { cd "$srcdir/$pkgname-$pkgver" |