summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-11-03 10:36:12 +0330
committerBehnam Momeni2020-11-03 10:36:12 +0330
commitb845221d9eccfe26ef953aa6d2c575c6a9131c47 (patch)
tree51eee8cb71239f11fcc7727d6d84fbc0698f2da9
parentbd7fe19bb266d584f85ebbcf818693017a4750a4 (diff)
downloadaur-b845221d9eccfe26ef953aa6d2c575c6a9131c47.tar.gz
Upgrade to upstream version 2.2.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1efa26c48af9..6eec09daadcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 16 06:50:20 UTC 2020
+# Tue Nov 3 07:06:02 UTC 2020
pkgbase = enchant-hspell
pkgdesc = An enchant provider plugin which adds support for Hspell backend
- pkgver = 2.2.12
+ pkgver = 2.2.13
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.12/enchant-2.2.12.tar.gz
- sha512sums = ac284ed9649b11a13ff529db68cef8da829b5ff1c46ccfff36e5770fcd762055c1a75f6afbf1d2cdb00c3d8ae1cf7f336d1ff794de8f430dc2e89bb805525211
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.13/enchant-2.2.13.tar.gz
+ sha512sums = 8bd4c05224528c3d4cdcd927ead3071ef7caa54971ea86b83cf711e6f7108431bcdf53f7e12a2216cf5535ac40d8d7c116787adbd43837d317b0e56b14eeea36
pkgname = enchant-hspell
diff --git a/PKGBUILD b/PKGBUILD
index 30687f73dc6f..4c7458734c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-hspell
_pkgname=enchant
-pkgver=2.2.12
+pkgver=2.2.13
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=('ac284ed9649b11a13ff529db68cef8da829b5ff1c46ccfff36e5770fcd762055c1a75f6afbf1d2cdb00c3d8ae1cf7f336d1ff794de8f430dc2e89bb805525211')
+sha512sums=('8bd4c05224528c3d4cdcd927ead3071ef7caa54971ea86b83cf711e6f7108431bcdf53f7e12a2216cf5535ac40d8d7c116787adbd43837d317b0e56b14eeea36')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"