summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2021-06-15 09:40:18 +0430
committerBehnam Momeni2021-06-15 09:40:18 +0430
commitfbc3b66ede6694920c3536b40204718199133093 (patch)
tree7e5b4b14682b0dbf6cc84cb7049c085327c2972a
parent95b0d4a808f987f22ea377ac19bc25b52b57b3d4 (diff)
downloadaur-fbc3b66ede6694920c3536b40204718199133093.tar.gz
Upgrade to upstream version 2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc004cbc38b..33d7d8d315bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 07:41:17 UTC 2020
+# Tue Jun 15 05:10:06 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.2.15
+ pkgver = 2.3.0
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.15/enchant-2.2.15.tar.gz
- sha512sums = e29b3a85d993af28044a86dd23a3ca74c7d50b4218e542c380053a3eaf70c3ea2406feb3361ba8e793bac586c252330bb20fb56c65f3a0a54f63f103cc0abb35
+ source = https://github.com/AbiWord/enchant/releases/download/v2.3.0/enchant-2.3.0.tar.gz
+ sha512sums = ed25d74176aefe4ab3b1754ea09356d04c844f8e7a50441d331fcf6a0fefbedaffa21df7296b7947ab1fcd44844c1d8567d39d67ebc4381ce8766577c0269d43
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 61eacd8d9225..97fe66e85654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.2.15
+pkgver=2.3.0
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=('e29b3a85d993af28044a86dd23a3ca74c7d50b4218e542c380053a3eaf70c3ea2406feb3361ba8e793bac586c252330bb20fb56c65f3a0a54f63f103cc0abb35')
+sha512sums=('ed25d74176aefe4ab3b1754ea09356d04c844f8e7a50441d331fcf6a0fefbedaffa21df7296b7947ab1fcd44844c1d8567d39d67ebc4381ce8766577c0269d43')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"