summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2024-02-04 23:57:26 +0330
committerBehnam Momeni2024-02-04 23:57:26 +0330
commit620435e8fe1d9d8feec27c0d0786f25de0c59cf5 (patch)
tree274f484f3196cf29420ec10574779f09c12d72fb
parent4e4209450b02c28d88b58aaf70835a9e65f33b89 (diff)
downloadaur-620435e8fe1d9d8feec27c0d0786f25de0c59cf5.tar.gz
Upgrade to upstream version 2.6.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b02c283cb4b4..d5d94333b082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 8 19:46:47 UTC 2024
+# Sun Feb 4 20:25:53 UTC 2024
pkgbase = enchant-pure
pkgdesc = A wrapper library for pure (warning free) spell checking for all languages, supporting Aspell and Myspell/Hunspell backend engines
- pkgver = 2.6.5
+ pkgver = 2.6.6
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.5/enchant-2.6.5.tar.gz
- sha512sums = 46701497b38e3732d9cd9bab15dc35976a9255814eeb13e8686a9d7e8bdef7d21d45a2dfee0125904897f4d41f6508df9266dbe8d26a4548a8b37d87d2ecf817
+ source = https://github.com/AbiWord/enchant/releases/download/v2.6.6/enchant-2.6.6.tar.gz
+ sha512sums = fa99187dedee2306504e9dbfa630d15bd620dcf3564fafba0cb0c432bf068444c68c85fccc1eb760cacd4db66950528c90306192c62c786fca4b83aa32076c7f
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 57ac4bcea0c5..2b5a3cb8fcff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.6.5
+pkgver=2.6.6
pkgrel=1
pkgdesc="A wrapper library for pure (warning free) 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=('46701497b38e3732d9cd9bab15dc35976a9255814eeb13e8686a9d7e8bdef7d21d45a2dfee0125904897f4d41f6508df9266dbe8d26a4548a8b37d87d2ecf817')
+sha512sums=('fa99187dedee2306504e9dbfa630d15bd620dcf3564fafba0cb0c432bf068444c68c85fccc1eb760cacd4db66950528c90306192c62c786fca4b83aa32076c7f')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"