Date: Friday, June 6, 2014 @ 23:48:12 Author: andyrtr Revision: 214336
upgpkg: hunspell 1.3.3-1 upstream update 1.3.3 Modified: hunspell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-06 21:45:06 UTC (rev 214335) +++ PKGBUILD 2014-06-06 21:48:12 UTC (rev 214336) @@ -3,8 +3,8 @@ # Contributor: Hussam Al-Tayeb <[email protected]> pkgname=hunspell -pkgver=1.3.2 -pkgrel=3 +pkgver=1.3.3 +pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') url="http://hunspell.sourceforge.net/" @@ -12,7 +12,7 @@ depends=('gcc-libs' 'readline') optdepends=('perl: for ispellaff2myspell') source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz) -md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8') +md5sums=('4967da60b23413604c9e563beacc63b4') build() { cd "$srcdir/hunspell-$pkgver"
