summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-12-13 09:29:14 +0330
committerBehnam Momeni2020-12-13 09:29:14 +0330
commit8418da1758c3a658493e8273e7145df0794b96b6 (patch)
tree41b9c8e3189d9fd96a2bfc890f7ca560e036d0c4
parentb845221d9eccfe26ef953aa6d2c575c6a9131c47 (diff)
downloadaur-8418da1758c3a658493e8273e7145df0794b96b6.tar.gz
Upgrade to upstream version 2.2.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eec09daadcf..3fcd1867d659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 3 07:06:02 UTC 2020
+# Sun Dec 13 05:59:04 UTC 2020
pkgbase = enchant-hspell
pkgdesc = An enchant provider plugin which adds support for Hspell backend
- pkgver = 2.2.13
+ pkgver = 2.2.14
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.13/enchant-2.2.13.tar.gz
- sha512sums = 8bd4c05224528c3d4cdcd927ead3071ef7caa54971ea86b83cf711e6f7108431bcdf53f7e12a2216cf5535ac40d8d7c116787adbd43837d317b0e56b14eeea36
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.14/enchant-2.2.14.tar.gz
+ sha512sums = 9cf2f275e5826f75d3e866627837b7cf1f8031ed3944b925e67090c9ad34c35634cd978ed3cd7dc2de8710fa5e956703b1b174c50ac3a1d64b20d32f9e3c7db5
pkgname = enchant-hspell
diff --git a/PKGBUILD b/PKGBUILD
index 4c7458734c31..7e17b8d3a810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-hspell
_pkgname=enchant
-pkgver=2.2.13
+pkgver=2.2.14
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=('8bd4c05224528c3d4cdcd927ead3071ef7caa54971ea86b83cf711e6f7108431bcdf53f7e12a2216cf5535ac40d8d7c116787adbd43837d317b0e56b14eeea36')
+sha512sums=('9cf2f275e5826f75d3e866627837b7cf1f8031ed3944b925e67090c9ad34c35634cd978ed3cd7dc2de8710fa5e956703b1b174c50ac3a1d64b20d32f9e3c7db5')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"