summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-09-02 09:20:06 +0430
committerBehnam Momeni2020-09-02 09:20:06 +0430
commite7345d34f75e9ca966d166e3b9a7e5141cc7c242 (patch)
tree7085b6ff56749008f274ae4a06f6b00aad1d1a4c
parente3dce48f2a57d5a25d57bf1141946ad75aa3c13e (diff)
downloadaur-e7345d34f75e9ca966d166e3b9a7e5141cc7c242.tar.gz
Upgrade to upstream version 2.2.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 054809efc2aa..e4ff047b8cec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 22 14:15:29 UTC 2020
+# Wed Sep 2 04:46:34 UTC 2020
pkgbase = enchant-hspell
pkgdesc = An enchant provider plugin which adds support for Hspell backend
- pkgver = 2.2.9
+ pkgver = 2.2.10
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.9/enchant-2.2.9.tar.gz
- sha512sums = cfed111cd4a0b01cc2001ae668548cd7dcb0772282d86540db2b1a400edc9f300fcf39b3a65b11e04ebcb727ba5c37e2bedfbfaa84ae512660bd5099c0eb2498
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.10/enchant-2.2.10.tar.gz
+ sha512sums = 68e7df02695f218b42a01501ed0c1cdf6e7d8256063a4a021dc422a02ebabcf67377e5c0196f9e438f80563d3d08b1e9cf6f7450fa9fadff22adb5567b7959f5
pkgname = enchant-hspell
diff --git a/PKGBUILD b/PKGBUILD
index 93c6ec16d8f9..240295fe0c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-hspell
_pkgname=enchant
-pkgver=2.2.9
+pkgver=2.2.10
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=('cfed111cd4a0b01cc2001ae668548cd7dcb0772282d86540db2b1a400edc9f300fcf39b3a65b11e04ebcb727ba5c37e2bedfbfaa84ae512660bd5099c0eb2498')
+sha512sums=('68e7df02695f218b42a01501ed0c1cdf6e7d8256063a4a021dc422a02ebabcf67377e5c0196f9e438f80563d3d08b1e9cf6f7450fa9fadff22adb5567b7959f5')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"