Date: Tuesday, June 14, 2016 @ 20:32:51 Author: heftig Revision: 269962
1.0.2-1 Modified: gspell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-14 20:32:34 UTC (rev 269961) +++ PKGBUILD 2016-06-14 20:32:51 UTC (rev 269962) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=gspell -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="a flexible API to implement the spell checking in a GTK+ application" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ depends=('gtk3' 'enchant' 'libxml2' 'iso-codes') makedepends=('intltool' 'gobject-introspection' 'vala') source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz") -sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b') +sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb') build() { cd "$pkgname-$pkgver"
