summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBehnam Momeni2020-02-27 23:45:44 +0330
committerBehnam Momeni2020-02-27 23:45:44 +0330
commitc38da2dd7a1f5ea2fadafd9cdbc42846a8d48d1b (patch)
treede5658fb21836a0e937942e02640834fde0a3ea2 /PKGBUILD
parente87cda8b3779c4a4f4fad6ca97ba5d680bd9063d (diff)
downloadaur-c38da2dd7a1f5ea2fadafd9cdbc42846a8d48d1b.tar.gz
Upgrading to upstream version 2.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0446d1487442..5ce2c970916f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.2.7
-pkgrel=2
+pkgver=2.2.8
+pkgrel=1
pkgdesc="A wrapper library for pure and generic spell checking for all languages, supporting Aspell and Myspell/Hunspell backend engines"
url="https://github.com/AbiWord/enchant"
@@ -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=('696455cf782b3186d19988ed59ca3cc6030a431d44ef3828039590afb08fd282a79ce6246a342e6bf7a0bf3bf63d4822d841ba01394da9f9e4394a491b2373b6')
+sha512sums=('4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"