summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-09-28 11:56:54 +0330
committerBehnam Momeni2023-09-28 11:56:54 +0330
commit94da4dcd74c80cd0e0b71eaadd1149fcacb490d8 (patch)
tree3e8469a80d14a13817f04ac0887c93083d5fad60
parent63227aea093ceec8651e5ec1ce3d29b648ea5b56 (diff)
downloadaur-94da4dcd74c80cd0e0b71eaadd1149fcacb490d8.tar.gz
Upgrade to upstream version 2.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1932ea22fea..90c1fd819315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 25 16:48:16 UTC 2023
+# Thu Sep 28 08:21: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.5.0
+ pkgver = 2.6.1
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.5.0/enchant-2.5.0.tar.gz
- sha512sums = 3ab209b0b87b7cd8f94dd2bceed126d0e36252a1ede7a30b1550169555242784a631c0f259b0fe6591771da491ab934cac48f833029ba78dd779fc1ed91341fe
+ source = https://github.com/AbiWord/enchant/releases/download/v2.6.1/enchant-2.6.1.tar.gz
+ sha512sums = e2faabeb6a4edc7237a0a279b210512100fb1662b097cd23f0fc07a3519e48632e5527b0d393793a7623667011eae7e11f15fcddcaa155c4abd26ab6981ddf44
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 0b853272399b..11a311d65c16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.5.0
+pkgver=2.6.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}" "libenchant-2.so")
conflicts=("${_pkgname}")
source=("https://github.com/AbiWord/enchant/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('3ab209b0b87b7cd8f94dd2bceed126d0e36252a1ede7a30b1550169555242784a631c0f259b0fe6591771da491ab934cac48f833029ba78dd779fc1ed91341fe')
+sha512sums=('e2faabeb6a4edc7237a0a279b210512100fb1662b097cd23f0fc07a3519e48632e5527b0d393793a7623667011eae7e11f15fcddcaa155c4abd26ab6981ddf44')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"