summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2021-08-11 15:41:48 +0430
committerBehnam Momeni2021-08-11 15:41:48 +0430
commiteeb99bf44288e5fb205a32d33c83a0217a41f999 (patch)
tree3dedfca525e56d2fcc016b7e1ff33d0af1c9c895
parentfbc3b66ede6694920c3536b40204718199133093 (diff)
downloadaur-eeb99bf44288e5fb205a32d33c83a0217a41f999.tar.gz
Upgrade to upstream version 2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d7d8d315bd..ae2cb2f46d82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 15 05:10:06 UTC 2021
+# Wed Aug 11 11:11:09 UTC 2021
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.3.0
+ pkgver = 2.3.1
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.3.0/enchant-2.3.0.tar.gz
- sha512sums = ed25d74176aefe4ab3b1754ea09356d04c844f8e7a50441d331fcf6a0fefbedaffa21df7296b7947ab1fcd44844c1d8567d39d67ebc4381ce8766577c0269d43
+ source = https://github.com/AbiWord/enchant/releases/download/v2.3.1/enchant-2.3.1.tar.gz
+ sha512sums = c6fb8498d34a55040c2791124c2975952497e5a1b8999958691279b1a60a37473a1d2e3e11504f7cc877370be7772c2db621022040ea7035b21e40e8367606f5
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 97fe66e85654..271bd07a4aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.3.0
+pkgver=2.3.1
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=('ed25d74176aefe4ab3b1754ea09356d04c844f8e7a50441d331fcf6a0fefbedaffa21df7296b7947ab1fcd44844c1d8567d39d67ebc4381ce8766577c0269d43')
+sha512sums=('c6fb8498d34a55040c2791124c2975952497e5a1b8999958691279b1a60a37473a1d2e3e11504f7cc877370be7772c2db621022040ea7035b21e40e8367606f5')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"