diff options
Diffstat (limited to 'testing/gthumb')
-rw-r--r-- | testing/gthumb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gthumb/PKGBUILD b/testing/gthumb/PKGBUILD index 8d0b5540e..f35ef8f19 100644 --- a/testing/gthumb/PKGBUILD +++ b/testing/gthumb/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169195 2012-10-18 19:24:39Z jgc $ +# $Id: PKGBUILD 169530 2012-10-23 07:37:59Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=gthumb -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" arch=(i686 x86_64) @@ -23,7 +23,7 @@ optdepends=('libopenraw: read RAW files' options=('!libtool' '!emptydirs') install=gthumb.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('7e725ba38d1220ed09d0657dd365982547856aa0d03c775891de33d04c31e332') +sha256sums=('5e7f80b3ffa8a6e06b9f1bf0cfa869f772af4163b842a7f457c9dc68ff7e6f8f') build() { cd $pkgname-$pkgver |