summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-07-16 21:34:23 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-07-16 21:34:23 (GMT)
commit5ad15333e1742faf8ef3459c2a675906b27ca8bd (patch)
treebb9a0d3812c7cbb65233da0024083eb81aeeb725
parent90dc1e473633dfb15c9644caf11e368662ad0d26 (diff)
downloadlinhes_pkgbuild-5ad15333e1742faf8ef3459c2a675906b27ca8bd.zip
linhes_pkgbuild-5ad15333e1742faf8ef3459c2a675906b27ca8bd.tar.gz
linhes_pkgbuild-5ad15333e1742faf8ef3459c2a675906b27ca8bd.tar.bz2
enchant: update to 1.6.0 ref 647
-rw-r--r--abs/extra-testing/enchant/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/enchant/PKGBUILD b/abs/extra-testing/enchant/PKGBUILD
index e22aa05..0937bd8 100644
--- a/abs/extra-testing/enchant/PKGBUILD
+++ b/abs/extra-testing/enchant/PKGBUILD
@@ -1,7 +1,7 @@
# $Id: PKGBUILD 2581 2008-06-08 12:52:18Z jgc $
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=enchant
-pkgver=1.4.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="A wrapper library for generic spell checking"
arch=(i686 x86_64)
@@ -11,7 +11,6 @@ makedepends=('hspell')
options=(!libtool)
source=(http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz)
url="http://www.abisource.com/enchant/"
-md5sums=('fe4558269ff59f569ab9581c907d58cb')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
@@ -19,3 +18,4 @@ build() {
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
}
+md5sums=('de11011aff801dc61042828041fb59c7')