summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2019-06-28 11:18:08 +0430
committerBehnam Momeni2019-06-28 11:18:08 +0430
commita77eb3199b57b3ed47cf44fdf4b9c456cf722c9d (patch)
tree4d5a48d8bb0a35de75e0488c3bb1762de69159f3
parenteb65602abc60a2a5f269315e9b4461eca7ffc3ec (diff)
downloadaur-a77eb3199b57b3ed47cf44fdf4b9c456cf722c9d.tar.gz
Upgrading to upstream version 2.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d756a2add37e..c5630c2c28e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 4 18:31:46 UTC 2018
+# Fri Jun 28 06:47:38 UTC 2019
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.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://github.com/AbiWord/enchant
arch = any
@@ -12,8 +12,8 @@ pkgbase = enchant-pure
depends = hunspell
provides = enchant
conflicts = enchant
- source = https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz
- sha512sums = abde9d6fec25edff694570455fd4c6e8e2e2c41a6b133bbb31a344761137a354cc1c655e53374cf712bf311c3732dc721e9ffd2dc933d78ec8ccf224350635d6
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.4/enchant-2.2.4.tar.gz
+ sha512sums = 3860f04e276e1afa8969041b3f57411136d6b96ecf90996cdb122739e87be432f12219d2635c29d2e7ef3f2eeb366013026b6f8327a9749ffbc3a1dfafb4b870
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 42d81df028b4..516fcc103d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('enchant-pure')
_pkgname=enchant
-pkgver="2.2.3"
+pkgver="2.2.4"
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=('abde9d6fec25edff694570455fd4c6e8e2e2c41a6b133bbb31a344761137a354cc1c655e53374cf712bf311c3732dc721e9ffd2dc933d78ec8ccf224350635d6')
+sha512sums=('3860f04e276e1afa8969041b3f57411136d6b96ecf90996cdb122739e87be432f12219d2635c29d2e7ef3f2eeb366013026b6f8327a9749ffbc3a1dfafb4b870')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"