summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-09-08 10:02:04 +0430
committerBehnam Momeni2020-09-08 10:02:04 +0430
commitd4eba29f3ed30a591cc9b5ada3283c984da24513 (patch)
tree970c22a89dcd7e30294ff4b379f80bf8bdd59b45
parent8e0a4987db818b0a58d71b1855105d98aec9cad8 (diff)
downloadaur-d4eba29f3ed30a591cc9b5ada3283c984da24513.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 b5918c298dae..893183dfa88a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 2 04:45:14 UTC 2020
+# Tue Sep 8 05:28:20 UTC 2020
pkgbase = enchant-pure
pkgdesc = A wrapper library for pure and generic spell checking for all languages, supporting Aspell and Myspell/Hunspell backend engines
- pkgver = 2.2.10
+ pkgver = 2.2.11
pkgrel = 1
url = https://github.com/AbiWord/enchant
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = enchant-pure
depends = hunspell
provides = enchant
conflicts = enchant
- 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-pure
diff --git a/PKGBUILD b/PKGBUILD
index 13ba56b7fcc1..e726865eaa28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.2.10
+pkgver=2.2.11
pkgrel=1
pkgdesc="A wrapper library for pure and generic spell checking for all languages, supporting Aspell and Myspell/Hunspell backend engines"
@@ -16,7 +16,7 @@ depends=('aspell>=0.50.0' 'glib2' 'hunspell')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('68e7df02695f218b42a01501ed0c1cdf6e7d8256063a4a021dc422a02ebabcf67377e5c0196f9e438f80563d3d08b1e9cf6f7450fa9fadff22adb5567b7959f5')
+sha512sums=('7d9014f6d3798120eddcfe58dd5efdb04d8b10046ecd66526e75342fe33d4c8cb55ab12d377a8ff2d817374161ce36f39fdb1584b711dd61d61491f8082fa91f')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"