summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2019-09-15 07:26:38 +0430
committerBehnam Momeni2019-09-15 07:26:38 +0430
commit08bc960147ed6d0e05b3e1eb87b9c080faedad03 (patch)
treeabaab0313a1e125da9b02d62e0f344473357c55d
parentf9720af7b15d418a9b11df099b3cc542d0aa4aed (diff)
downloadaur-08bc960147ed6d0e05b3e1eb87b9c080faedad03.tar.gz
Upgrading to upstream version 2.2.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a929159b8c2..3a842f43d6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 6 04:44:37 UTC 2019
+# Sun Sep 15 02:56:28 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.6
+ pkgver = 2.2.7
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.6/enchant-2.2.6.tar.gz
- sha512sums = 162e65e47833d18585a4d2d3577f8930ec0f03d290bf97a4ace25b3bb03dd738cc592b09ef7cf59b59f2fa194e24d58be745ec9eae78e3f2a3c252381f40e1c1
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.7/enchant-2.2.7.tar.gz
+ sha512sums = 696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 338ef6342466..ed0bbaa11244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('enchant-pure')
_pkgname=enchant
-pkgver="2.2.6"
+pkgver="2.2.7"
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=('162e65e47833d18585a4d2d3577f8930ec0f03d290bf97a4ace25b3bb03dd738cc592b09ef7cf59b59f2fa194e24d58be745ec9eae78e3f2a3c252381f40e1c1')
+sha512sums=('696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"