summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3986eb79c070..839eb45f2648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=('enchant-pure')
_pkgname=enchant
pkgver=1.6.0
-pkgrel=3
+pkgrel=4
-pkgdesc="A wrapper library for pure and generic spell checking for all languages, supporting Aspell and Myspell/Hunspell engines"
+pkgdesc="A wrapper library for pure and generic spell checking for all languages, supporting Aspell and Myspell/Hunspell backend engines"
url="http://www.abisource.com/enchant/"
arch=('any')
@@ -19,8 +19,8 @@ options=('!libtool')
source=("http://www.abisource.com/downloads/${_pkgname}/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
"warnings-fix.patch")
-sha1sums=('321f9cf0abfa1937401676ce60976d8779c39536'
- '8e23f2b350e77c2a2e9accf1ce1b9a18aefb69ff')
+sha512sums=('0ca1634bb783df51512df4abecc89abdadee6baf7330d6e5f90cc15d10779896a3521a1c079ecc07e4df4f7a018ce398cca9d0125a7845a314a059840ebc9137'
+ 'de32bce6c0b364eaf8142fd65c1a9afa0909dcfba4c17ad10626fb38db355f314baade75c6d5f4b3fbedd04917400b2e3d10b898cfe7a006883b2e32520ab79e')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"