summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-09-08 10:02:51 +0430
committerBehnam Momeni2020-09-08 10:02:51 +0430
commit11b609c86909bc7d95f76004e383563807053536 (patch)
treec5ef0086e5de8fd222a479c040e3e6707bc4d471
parente7345d34f75e9ca966d166e3b9a7e5141cc7c242 (diff)
downloadaur-11b609c86909bc7d95f76004e383563807053536.tar.gz
Upgrade to upstream version 2.2.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ff047b8cec..699731d911a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 2 04:46:34 UTC 2020
+# Tue Sep 8 05:30:36 UTC 2020
pkgbase = enchant-hspell
pkgdesc = An enchant provider plugin which adds support for Hspell backend
- pkgver = 2.2.10
+ pkgver = 2.2.11
pkgrel = 1
url = https://github.com/AbiWord/enchant
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = enchant-hspell
depends = enchant-pure
depends = hspell
options = !libtool
- source = https://github.com/AbiWord/enchant/releases/download/v2.2.10/enchant-2.2.10.tar.gz
- sha512sums = 68e7df02695f218b42a01501ed0c1cdf6e7d8256063a4a021dc422a02ebabcf67377e5c0196f9e438f80563d3d08b1e9cf6f7450fa9fadff22adb5567b7959f5
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.11/enchant-2.2.11.tar.gz
+ sha512sums = 7d9014f6d3798120eddcfe58dd5efdb04d8b10046ecd66526e75342fe33d4c8cb55ab12d377a8ff2d817374161ce36f39fdb1584b711dd61d61491f8082fa91f
pkgname = enchant-hspell
diff --git a/PKGBUILD b/PKGBUILD
index 240295fe0c45..10d0d810d7e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-hspell
_pkgname=enchant
-pkgver=2.2.10
+pkgver=2.2.11
pkgrel=1
pkgdesc="An enchant provider plugin which adds support for Hspell backend"
@@ -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=('68e7df02695f218b42a01501ed0c1cdf6e7d8256063a4a021dc422a02ebabcf67377e5c0196f9e438f80563d3d08b1e9cf6f7450fa9fadff22adb5567b7959f5')
+sha512sums=('7d9014f6d3798120eddcfe58dd5efdb04d8b10046ecd66526e75342fe33d4c8cb55ab12d377a8ff2d817374161ce36f39fdb1584b711dd61d61491f8082fa91f')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"