Date: Saturday, November 26, 2016 @ 11:10:16 Author: andyrtr Revision: 282021
upgpkg: hunspell 1.5.0-1 upstream update 1.5.0 Modified: hunspell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-26 08:37:08 UTC (rev 282020) +++ PKGBUILD 2016-11-26 11:10:16 UTC (rev 282021) @@ -3,8 +3,8 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=hunspell -pkgver=1.4.1 -pkgrel=2 +pkgver=1.5.0 +pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') url="http://hunspell.github.io/" @@ -12,7 +12,7 @@ depends=('gcc-libs' 'readline') optdepends=('perl: for ispellaff2myspell') source=(https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz) -md5sums=('33d370f7fe5a030985e445a5672b2067') +sha256sums=('b74f2df1aafdbc1f0941d721d7895da4b27b85bba7a4c699a9209477cbbf1f59') build() { cd hunspell-$pkgver
