summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2015-06-14 11:56:30 +0430
committerBehnam Momeni2015-06-14 11:56:30 +0430
commit5f89e2d3117f58e231ed9d2b9bd36e8246b1e3c7 (patch)
tree16ff53b234dc7ff8a5d4e3e1faddf50c15e1b0e5 /PKGBUILD
parentd13da0fe196d912ba87da7d62056197838dff2da (diff)
downloadaur-5f89e2d3117f58e231ed9d2b9bd36e8246b1e3c7.tar.gz
Switching from sha1sums to sha512sums
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}"