summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-02-19 19:10:52 +0330
committerBehnam Momeni2023-02-19 19:10:52 +0330
commitce6a82e938781997c5093be8a4b19d1a03836dd6 (patch)
tree9cf1763feb35f5cf4a6dba63066732af56a7d79e
parent6b945a37f2361500a8f7805feb9773713dac3d52 (diff)
downloadaur-ce6a82e938781997c5093be8a4b19d1a03836dd6.tar.gz
Upgrade to upstream version 2.3.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b3ace1fe6a..08005e1cee8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 20 06:16:29 UTC 2022
+# Sun Feb 19 15:39:02 UTC 2023
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.3
- pkgrel = 2
+ pkgver = 2.3.4
+ pkgrel = 1
url = https://github.com/AbiWord/enchant
arch = x86_64
license = LGPL
@@ -13,8 +13,8 @@ pkgbase = enchant-pure
provides = enchant
provides = libenchant-2.so
conflicts = enchant
- source = https://github.com/AbiWord/enchant/releases/download/v2.3.3/enchant-2.3.3.tar.gz
- sha512sums = c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb
+ source = https://github.com/AbiWord/enchant/releases/download/v2.3.4/enchant-2.3.4.tar.gz
+ sha512sums = d109ab320ed84d6c9eec6c558c72a54d71ad30237c2bf11650b0e4030fbd9990a5ccf06a20851e46b6530279e1a9916b891cd394eefabc8812f7f92da62cbe1a
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 343e1c33bd68..10bf029b051a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.3.4
+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}" "libenchant-2.so")
conflicts=("${_pkgname}")
source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb')
+sha512sums=('d109ab320ed84d6c9eec6c558c72a54d71ad30237c2bf11650b0e4030fbd9990a5ccf06a20851e46b6530279e1a9916b891cd394eefabc8812f7f92da62cbe1a')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"