summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-10-28 21:24:08 +0330
committerBehnam Momeni2023-10-28 21:24:08 +0330
commit3e6751bea945c073fe07b5fcdda0d78ddf94c037 (patch)
tree649354690abe066027eefbfc6867854183d69ede
parent94da4dcd74c80cd0e0b71eaadd1149fcacb490d8 (diff)
downloadaur-3e6751bea945c073fe07b5fcdda0d78ddf94c037.tar.gz
Upgrade to upstream version 2.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c1fd819315..ad3d56ca3772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 08:21:02 UTC 2023
+# Sat Oct 28 17:53:47 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.6.1
+ pkgver = 2.6.2
pkgrel = 1
url = https://github.com/AbiWord/enchant
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = enchant-pure
provides = enchant
provides = libenchant-2.so
conflicts = enchant
- source = https://github.com/AbiWord/enchant/releases/download/v2.6.1/enchant-2.6.1.tar.gz
- sha512sums = e2faabeb6a4edc7237a0a279b210512100fb1662b097cd23f0fc07a3519e48632e5527b0d393793a7623667011eae7e11f15fcddcaa155c4abd26ab6981ddf44
+ source = https://github.com/AbiWord/enchant/releases/download/v2.6.2/enchant-2.6.2.tar.gz
+ sha512sums = 4f830cd19ca5a3ddcc8e2fff651ed1d8fba27f412b45f35f80a5ada54d0203081ca6cc8fd764dde5d6c4a8a9677cb5bf61f0b77bf06ba18bc09e51914c869bcd
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 11a311d65c16..1eb76daf6f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.6.1
+pkgver=2.6.2
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}" "libenchant-2.so")
conflicts=("${_pkgname}")
source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('e2faabeb6a4edc7237a0a279b210512100fb1662b097cd23f0fc07a3519e48632e5527b0d393793a7623667011eae7e11f15fcddcaa155c4abd26ab6981ddf44')
+sha512sums=('4f830cd19ca5a3ddcc8e2fff651ed1d8fba27f412b45f35f80a5ada54d0203081ca6cc8fd764dde5d6c4a8a9677cb5bf61f0b77bf06ba18bc09e51914c869bcd')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"