summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2020-08-22 18:42:57 +0430
committerBehnam Momeni2020-08-22 18:42:57 +0430
commit8893b3ff56803a8f19d3f2ee4f3236ac7361eeb1 (patch)
tree9c3edc20f588aea28a925e93c9d67d9df8da09ae
parentc38da2dd7a1f5ea2fadafd9cdbc42846a8d48d1b (diff)
downloadaur-8893b3ff56803a8f19d3f2ee4f3236ac7361eeb1.tar.gz
Upgrade to upstream version 2.2.9
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11dccbadfdae..4878df672b85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 27 20:15:09 UTC 2020
+# Sat Aug 22 14:12:15 UTC 2020
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.8
+ pkgver = 2.2.9
pkgrel = 1
url = https://github.com/AbiWord/enchant
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = enchant-pure
depends = hunspell
provides = enchant
conflicts = enchant
- source = https://github.com/AbiWord/enchant/releases/download/v2.2.8/enchant-2.2.8.tar.gz
- sha512sums = 4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090
+ source = https://github.com/AbiWord/enchant/releases/download/v2.2.9/enchant-2.2.9.tar.gz
+ sha512sums = cfed111cd4a0b01cc2001ae668548cd7dcb0772282d86540db2b1a400edc9f300fcf39b3a65b11e04ebcb727ba5c37e2bedfbfaa84ae512660bd5099c0eb2498
pkgname = enchant-pure
diff --git a/.gitignore b/.gitignore
index f72d5fb6ac3d..6f146adcada3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ pkg/
src/
enchant-*.tar.gz
*.pkg.tar.xz
+*.pkg.tar.zst
*~
diff --git a/PKGBUILD b/PKGBUILD
index 5ce2c970916f..12b4629bc86d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.2.8
+pkgver=2.2.9
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=('4bfa771af0deab3d0ca5523abab1fdb14cb596747dba7cf887e8cd812601015f52502cbd3df68247f102bba259cb281414e9ccde83b8bdd3c8cc83c2fcbc9090')
+sha512sums=('cfed111cd4a0b01cc2001ae668548cd7dcb0772282d86540db2b1a400edc9f300fcf39b3a65b11e04ebcb727ba5c37e2bedfbfaa84ae512660bd5099c0eb2498')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"