diff options
Diffstat (limited to 'gnome-unstable/aisleriot/PKGBUILD')
-rw-r--r-- | gnome-unstable/aisleriot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/aisleriot/PKGBUILD b/gnome-unstable/aisleriot/PKGBUILD index e2ed77e71..104ae62d5 100644 --- a/gnome-unstable/aisleriot/PKGBUILD +++ b/gnome-unstable/aisleriot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 138400 2011-09-21 15:05:12Z heftig $ +# $Id: PKGBUILD 138756 2011-09-27 20:06:21Z heftig $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> pkgname=aisleriot -pkgver=3.1.92 +pkgver=3.2.0 pkgrel=1 pkgdesc="GNOME Solitaire card games" arch=(i686 x86_64) @@ -14,7 +14,7 @@ makedepends=(gnome-doc-utils intltool itstool) options=('!emptydirs' '!libtool') install=aisleriot.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('79e8b8fe1d5d18dd93e9e27a0b19146929e41aa17c242e388b75b5ebe511def6') +sha256sums=('dba561dc35641cb393626151cf048f407c47960c7a254f378b986ab95d899d85') build() { cd "$srcdir/$pkgname-$pkgver" |