summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2196d290168..d756a2add37e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 3 18:50:53 UTC 2018
+# Sun Feb 4 18:31:46 UTC 2018
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.1
+ pkgver = 2.2.3
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.1/enchant-2.2.1.tar.gz
- sha512sums = e33cceab47e18803a3893aea0f954fc83f108205cffe9f4597b86cad8ee5c2b1e5ab0a5db61c9412acae1109274427315dd747438843545c48bf14f51a2c7545
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.3/enchant-2.2.3.tar.gz
+ sha512sums = abde9d6fec25edff694570455fd4c6e8e2e2c41a6b133bbb31a344761137a354cc1c655e53374cf712bf311c3732dc721e9ffd2dc933d78ec8ccf224350635d6
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index f3a0ab4fdf90..42d81df028b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('enchant-pure')
_pkgname=enchant
-pkgver="2.2.1"
+pkgver="2.2.3"
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=('e33cceab47e18803a3893aea0f954fc83f108205cffe9f4597b86cad8ee5c2b1e5ab0a5db61c9412acae1109274427315dd747438843545c48bf14f51a2c7545')
+sha512sums=('abde9d6fec25edff694570455fd4c6e8e2e2c41a6b133bbb31a344761137a354cc1c655e53374cf712bf311c3732dc721e9ffd2dc933d78ec8ccf224350635d6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"