diff options
Diffstat (limited to 'extra/gthumb/PKGBUILD')
-rw-r--r-- | extra/gthumb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gthumb/PKGBUILD b/extra/gthumb/PKGBUILD index e59c275db..c812675b9 100644 --- a/extra/gthumb/PKGBUILD +++ b/extra/gthumb/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185400 2013-05-13 19:38:35Z heftig $ +# $Id: PKGBUILD 189883 2013-07-10 14:53:39Z 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.2.2 +pkgver=3.2.3 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" arch=(i686 x86_64 mips64el) @@ -22,7 +22,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=('e201b9065d401144a17c2a33e4a85f0dcf457dc5cba6932dbac0197e141cdee8') +sha256sums=('9f596b6e59b70bbdf177930f6b2cbc6aabdfc1a281db527e3515946c5ca4e70a') build() { cd $pkgname-$pkgver |