summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-10-16 10:20:28 +0330
committerBehnam Momeni2020-10-16 10:20:28 +0330
commitbd7fe19bb266d584f85ebbcf818693017a4750a4 (patch)
treed695b4fcfc499c1a5c1e612f225c3855adbbaf21
parent11b609c86909bc7d95f76004e383563807053536 (diff)
downloadaur-bd7fe19bb266d584f85ebbcf818693017a4750a4.tar.gz
Upgrade to upstream version 2.2.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 699731d911a5..1efa26c48af9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 8 05:30:36 UTC 2020
+# Fri Oct 16 06:50:20 UTC 2020
pkgbase = enchant-hspell
pkgdesc = An enchant provider plugin which adds support for Hspell backend
- pkgver = 2.2.11
+ pkgver = 2.2.12
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.11/enchant-2.2.11.tar.gz
- sha512sums = 7d9014f6d3798120eddcfe58dd5efdb04d8b10046ecd66526e75342fe33d4c8cb55ab12d377a8ff2d817374161ce36f39fdb1584b711dd61d61491f8082fa91f
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.12/enchant-2.2.12.tar.gz
+ sha512sums = ac284ed9649b11a13ff529db68cef8da829b5ff1c46ccfff36e5770fcd762055c1a75f6afbf1d2cdb00c3d8ae1cf7f336d1ff794de8f430dc2e89bb805525211
pkgname = enchant-hspell
diff --git a/PKGBUILD b/PKGBUILD
index 10d0d810d7e6..30687f73dc6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-hspell
_pkgname=enchant
-pkgver=2.2.11
+pkgver=2.2.12
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=('7d9014f6d3798120eddcfe58dd5efdb04d8b10046ecd66526e75342fe33d4c8cb55ab12d377a8ff2d817374161ce36f39fdb1584b711dd61d61491f8082fa91f')
+sha512sums=('ac284ed9649b11a13ff529db68cef8da829b5ff1c46ccfff36e5770fcd762055c1a75f6afbf1d2cdb00c3d8ae1cf7f336d1ff794de8f430dc2e89bb805525211')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"