Date: Monday, February 8, 2016 @ 18:39:46 Author: arojas Revision: 258989
Update to 4.0.1 Modified: libvoikko/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-08 15:40:44 UTC (rev 258988) +++ PKGBUILD 2016-02-08 17:39:46 UTC (rev 258989) @@ -4,8 +4,8 @@ # Contributor: Jussi Timperi <gmail.com: jussi.timperi> pkgname=libvoikko -pkgver=4.0 -pkgrel=3 +pkgver=4.0.1 +pkgrel=1 pkgdesc="A spelling and grammar checker, hyphenator and collection of related linguistic data for Finnish language" arch=(i686 x86_64) url="http://voikko.sourceforge.net" @@ -13,7 +13,7 @@ depends=(gcc-libs) makedepends=(python) source=(http://www.puimula.org/voikko-sources/libvoikko/$pkgname-$pkgver.tar.gz) -md5sums=('c22c63d85554776e354372567e0e67fe') +md5sums=('187b04c8b18ba9472fa3ca0db44cab2c') build() { cd $pkgname-$pkgver
