diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
commit | b172f79fadb565ecfbcec9508f9377d8618a4f4c (patch) | |
tree | bf8823b07e3313c3afa000a9b31e4f9a735cb818 /abs/extra/enchant | |
parent | f9d54ab7c3853208484e304bc6cf40ab0f79d400 (diff) | |
parent | 5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff) | |
download | linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.zip linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.gz linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra/enchant')
-rw-r--r-- | abs/extra/enchant/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/enchant/PKGBUILD b/abs/extra/enchant/PKGBUILD index e22aa05..0937bd8 100644 --- a/abs/extra/enchant/PKGBUILD +++ b/abs/extra/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') |