summaryrefslogtreecommitdiff
path: root/community/hitori/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hitori/PKGBUILD')
-rw-r--r--community/hitori/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/hitori/PKGBUILD b/community/hitori/PKGBUILD
index 80a0aa68c..51417c1bb 100644
--- a/community/hitori/PKGBUILD
+++ b/community/hitori/PKGBUILD
@@ -1,28 +1,26 @@
-# $Id: PKGBUILD 95244 2013-08-07 13:38:52Z bgyorgy $
+# $Id: PKGBUILD 101773 2013-11-30 21:21:43Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=hitori
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="GTK+ application to generate and let you play games of Hitori"
arch=('i686' 'x86_64')
-url="https://live.gnome.org/Hitori"
+url="https://wiki.gnome.org/Apps/Hitori"
license=('GPL')
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=('7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af')
+sha256sums=('0df62df7f41ca1648d6a53362aa3c00d90406e39f5d063f9b9d51dbc465c77eb')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
-
make DESTDIR="$pkgdir/" install
}