summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2022-04-17 16:22:32 +0430
committerBehnam Momeni2022-04-17 16:22:32 +0430
commitb7a5b06870fec55ae4b63b72d9dde4469667c49a (patch)
treebb60bf116c81113dc1da541bbba612267b9ff2d4
parentac3430a71c3119b98a1fc43d1c80b0b75d7efbc2 (diff)
downloadaur-b7a5b06870fec55ae4b63b72d9dde4469667c49a.tar.gz
Upgrade to upstream version 2.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a539bbf9ce4..33d9a780b703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 4 06:04:26 UTC 2021
+# Sun Apr 17 11:49:44 UTC 2022
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.2
+ pkgver = 2.3.3
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.2/enchant-2.3.2.tar.gz
- sha512sums = 886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62
+ source = https://github.com/AbiWord/enchant/releases/download/v2.3.3/enchant-2.3.3.tar.gz
+ sha512sums = c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index cfd8cba71c44..5dcc47567e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.3.2
+pkgver=2.3.3
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=('886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62')
+sha512sums=('c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"