diff options
Diffstat (limited to 'extra/iagno/PKGBUILD')
-rw-r--r-- | extra/iagno/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/iagno/PKGBUILD b/extra/iagno/PKGBUILD index b52c24a1d..3c73e6682 100644 --- a/extra/iagno/PKGBUILD +++ b/extra/iagno/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198106 2013-10-30 12:49:38Z allan $ +# $Id: PKGBUILD 210506 2014-04-14 20:07:09Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=iagno -pkgver=3.10.1 +pkgver=3.12.1 pkgrel=1 pkgdesc="Dominate the board in a classic version of Reversi" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ options=('!emptydirs') install=iagno.install url="https://live.gnome.org/Iagno" groups=('gnome-extra') -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('abb4aee5fe6b2d668dbd4f5a06783419bebdfa8bbf8911262e4d217fed0be5f0') +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('980e9341c35e763d1f461a6f4f4970225b1caec2167718c5c19e04c52fbb2cab') build() { cd $pkgname-$pkgver |