summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2020-02-27 23:52:02 +0330
committerBehnam Momeni2020-02-27 23:52:02 +0330
commit36370c7279a2d0cfa0e1c30017eea953f42744d6 (patch)
treea5073085db02610756847e2407dc8a05fb76dbce /PKGBUILD
parentac7ae37af31ea065ee9256c7f8a4e74d8226c0e2 (diff)
downloadaur-36370c7279a2d0cfa0e1c30017eea953f42744d6.tar.gz
Upgrading to upstream version 2.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 618297b99bfb..855a6394f2aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=enchant-hspell
_pkgname=enchant
-pkgver=2.2.7
-pkgrel=2
+pkgver=2.2.8
+pkgrel=1
pkgdesc="An enchant provider plugin which adds support for Hspell backend"
url="https://github.com/AbiWord/enchant"
@@ -16,7 +16,7 @@ depends=("enchant-pure" "hspell")
options=('!libtool')
source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6')
+sha512sums=('4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"