Date: Monday, November 7, 2016 @ 18:14:25 Author: heftig Revision: 280071
1.2.1-1 Modified: gspell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-07 18:13:32 UTC (rev 280070) +++ PKGBUILD 2016-11-07 18:14:25 UTC (rev 280071) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=gspell -pkgver=1.2.0+2+g124a69f +pkgver=1.2.1 pkgrel=1 pkgdesc="a flexible API to implement the spell checking in a GTK+ application" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ license=('GPL2') depends=('gtk3' 'enchant' 'libxml2' 'iso-codes') makedepends=('intltool' 'gobject-introspection' 'vala' gtk-doc autoconf-archive git) -_commit=124a69f276735fdc1f5b6bfb0460529ce62c444e # master +_commit=2dae972751f00ae8f67948a16f932150c75e0fe9 # tags/1.2.1^0 source=("git://git.gnome.org/gspell#commit=$_commit") sha256sums=('SKIP')
