Date: Wednesday, October 12, 2016 @ 08:13:57 Author: heftig Revision: 278304
3.4.4.1-1 Modified: gthumb/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-12 07:52:24 UTC (rev 278303) +++ PKGBUILD 2016-10-12 08:13:57 UTC (rev 278304) @@ -4,7 +4,7 @@ # Contributor: Tobias Kieslich <[email protected]> pkgname=gthumb -pkgver=3.4.4 +pkgver=3.4.4.1 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" url="https://wiki.gnome.org/Apps/gthumb" @@ -19,7 +19,7 @@ 'libchamplain: map viewer' 'brasero: burn discs' 'liboauth: web albums') -_commit=9c0f3f8f11ae31049a2085b2003d341e4057bad8 # tags/3.4.4^0 +_commit=849e68f5ba606c25988a1e9e6669519734a7449a # gthumb-3-4 source=("git://git.gnome.org/gthumb#commit=$_commit") sha256sums=('SKIP') @@ -30,6 +30,8 @@ prepare() { cd $pkgname + # Fixup tags for pkgver() + git tag -f 3.4.4.1 849e68f5ba606c25988a1e9e6669519734a7449a NOCONFIGURE=1 ./autogen.sh }
