diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-07-17 00:24:44 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-07-17 00:24:44 (GMT) |
commit | f871e91b138a561d48cffe00dcfe1c3eab8d4427 (patch) | |
tree | 0371b76291ce7456763aa39c46716ec6138d0cd3 /abs/extra-testing/hunspell/PKGBUILD | |
parent | 7fb29b653300ba4a86765acc5316c45377c00fcd (diff) | |
download | linhes_pkgbuild-f871e91b138a561d48cffe00dcfe1c3eab8d4427.zip linhes_pkgbuild-f871e91b138a561d48cffe00dcfe1c3eab8d4427.tar.gz linhes_pkgbuild-f871e91b138a561d48cffe00dcfe1c3eab8d4427.tar.bz2 |
hunspell update to 1.2.11 ref 647
Diffstat (limited to 'abs/extra-testing/hunspell/PKGBUILD')
-rw-r--r-- | abs/extra-testing/hunspell/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/hunspell/PKGBUILD b/abs/extra-testing/hunspell/PKGBUILD index 2db38c2..07a6e66 100644 --- a/abs/extra-testing/hunspell/PKGBUILD +++ b/abs/extra-testing/hunspell/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Hussam Al-Tayeb <ht990332@gmail.com> pkgname=hunspell -pkgver=1.2.8 +pkgver=1.2.11 pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" arch=('i686' 'x86_64') @@ -12,7 +12,6 @@ license=('GPL' 'LGPL' 'MPL') depends=('gcc-libs') options=('!libtool') source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz) -md5sums=('1177af54a09e320d2c24015f29c3a93e') build() { cd "$srcdir/hunspell-$pkgver" @@ -21,3 +20,4 @@ build() { make || return 1 make DESTDIR="$pkgdir" install || return 1 } +md5sums=('8f57cdc4db091d69e1f682ed4d8ab282') |