diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-23 12:45:39 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-23 12:45:39 -0300 |
commit | 7516400a778a0a4a0668d0a2ea797a635d6d4dd2 (patch) | |
tree | 5ab321abf9f41be345f44409235b62ccb31e0d49 /extra/gnome-games/PKGBUILD | |
parent | 1de77ff2ad96a2adfd9eb797bb2ca1bb15c2a707 (diff) | |
parent | 39c366b9fc1b83a741177d0b415a20147a18a3c0 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'extra/gnome-games/PKGBUILD')
-rw-r--r-- | extra/gnome-games/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-games/PKGBUILD b/extra/gnome-games/PKGBUILD index a67fcd51a..8db44e775 100644 --- a/extra/gnome-games/PKGBUILD +++ b/extra/gnome-games/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156820 2012-04-23 09:06:47Z ibiru $ +# $Id: PKGBUILD 159079 2012-05-15 11:54:56Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-games -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 pkgdesc="Some Games for GNOME" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ install=gnome-games.install url="http://www.gnome.org" groups=('gnome-extra') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('01726b0631205ccbd9f02938f7ccb1d7bd0c4c001cb4596f871fed7c3afc25d4') +sha256sums=('25676285fad33a39da7fc26b5b1dc751c7981ae778b8fe82e8b7c0a367e5117c') build() { cd $pkgname-$pkgver |