Date: Monday, April 24, 2017 @ 11:55:25 Author: andyrtr Revision: 294315
upgpkg: hunspell 1.6.1-1 upstream update 1.6.1 Modified: hunspell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-24 11:55:24 UTC (rev 294314) +++ PKGBUILD 2017-04-24 11:55:25 UTC (rev 294315) @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=hunspell -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('gcc-libs' 'readline') optdepends=('perl: for ispellaff2myspell') source=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz) -sha256sums=('512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2') +sha256sums=('30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49') prepare() { cd hunspell-$pkgver
