diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-12 19:17:24 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-12 19:17:24 (GMT) |
commit | 19a9d6140dc01dd83f19526859e0768b7db2d8e7 (patch) | |
tree | 3d4fb64eafa08ebcd3cec44447c343507d492e68 /abs/extra | |
parent | 7e3015dd8fd67055542bbd596baf2251556b1f9c (diff) | |
download | linhes_pkgbuild-19a9d6140dc01dd83f19526859e0768b7db2d8e7.zip linhes_pkgbuild-19a9d6140dc01dd83f19526859e0768b7db2d8e7.tar.gz linhes_pkgbuild-19a9d6140dc01dd83f19526859e0768b7db2d8e7.tar.bz2 |
hunspell: update to 1.3.3
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/hunspell/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/abs/extra/hunspell/PKGBUILD b/abs/extra/hunspell/PKGBUILD index a4b178a..89f9c87 100644 --- a/abs/extra/hunspell/PKGBUILD +++ b/abs/extra/hunspell/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 166664 2012-09-15 07:49:23Z andyrtr $ +# $Id$ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Hussam Al-Tayeb <ht990332@gmail.com> pkgname=hunspell -pkgver=1.3.2 -pkgrel=2 +pkgver=1.3.3 +pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') url="http://hunspell.sourceforge.net/" license=('GPL' 'LGPL' 'MPL') depends=('gcc-libs' 'readline') optdepends=('perl: for ispellaff2myspell') -options=('!libtool') source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz) -md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8') +md5sums=('4967da60b23413604c9e563beacc63b4') build() { cd "$srcdir/hunspell-$pkgver" |