Date: Monday, September 4, 2017 @ 15:01:28 Author: andyrtr Revision: 304654
upgpkg: hunspell 1.6.2-1 upstream update 1.6.2 Modified: hunspell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-04 14:44:24 UTC (rev 304653) +++ PKGBUILD 2017-09-04 15:01:28 UTC (rev 304654) @@ -3,16 +3,16 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=hunspell -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') -url="http://hunspell.github.io/" +url="https://hunspell.github.io/" license=('GPL' 'LGPL' 'MPL') depends=('gcc-libs' 'readline') optdepends=('perl: for ispellaff2myspell') source=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz) -sha256sums=('30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49') +sha256sums=('3cd9ceb062fe5814f668e4f22b2fa6e3ba0b339b921739541ce180cac4d6f4c4') prepare() { cd hunspell-$pkgver
