summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-12-02 21:32:17 +0330
committerBehnam Momeni2023-12-02 21:32:17 +0330
commit1f60e61fa1bffdf14bd1a18a9f6928a6e0dbfcbf (patch)
tree1f034c33e86c739cd594be3777a33cbcd3401603
parentf933cb0c7ae6f6d3478534ed7b64c1118673a201 (diff)
downloadaur-1f60e61fa1bffdf14bd1a18a9f6928a6e0dbfcbf.tar.gz
Upgrade to upstream version 2.6.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e04d2b17a03a..de20e996c8f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 17 05:42:14 UTC 2023
+# Sat Dec 2 18:01:45 UTC 2023
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.2
- pkgrel = 2
+ pkgver = 2.6.3
+ 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.6.2/enchant-2.6.2.tar.gz
- sha512sums = 4f830cd19ca5a3ddcc8e2fff651ed1d8fba27f412b45f35f80a5ada54d0203081ca6cc8fd764dde5d6c4a8a9677cb5bf61f0b77bf06ba18bc09e51914c869bcd
+ source = https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz
+ sha512sums = cfc6afbfbed7bee64b892f087f26b9bf941290f613c877f4ce114415f78e78bea0314046f58a50f2d3392c65434dde4a8bbd30cac9a7b5bbc87dce477f70ca55
pkgname = enchant-pure
diff --git a/PKGBUILD b/PKGBUILD
index 9473d5b2ab14..271c95252ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=enchant-pure
_pkgname=enchant
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.6.3
+pkgrel=1
pkgdesc="A wrapper library for pure (warning free) 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=('4f830cd19ca5a3ddcc8e2fff651ed1d8fba27f412b45f35f80a5ada54d0203081ca6cc8fd764dde5d6c4a8a9677cb5bf61f0b77bf06ba18bc09e51914c869bcd')
+sha512sums=('cfc6afbfbed7bee64b892f087f26b9bf941290f613c877f4ce114415f78e78bea0314046f58a50f2d3392c65434dde4a8bbd30cac9a7b5bbc87dce477f70ca55')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"