Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
enchant
Commits:
abd36a6f by Antonio Rojas at 2023-12-16T11:05:48+01:00
upgpkg: 2.6.4-1: Update to 2.6.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = enchant
pkgdesc = A wrapper library for generic spell checking
- pkgver = 2.6.3
- pkgrel = 2
+ pkgver = 2.6.4
+ pkgrel = 1
url = https://abiword.github.io/enchant/
arch = x86_64
license = LGPL
@@ -18,7 +18,7 @@ pkgbase = enchant
optdepends = hspell: for hspell based spell checking support
optdepends = nuspell: for nuspell based spell checking support
provides = libenchant-2.so
- source =
https://github.com/AbiWord/enchant/releases/download/v2.6.3/enchant-2.6.3.tar.gz
- sha512sums =
cfc6afbfbed7bee64b892f087f26b9bf941290f613c877f4ce114415f78e78bea0314046f58a50f2d3392c65434dde4a8bbd30cac9a7b5bbc87dce477f70ca55
+ source =
https://github.com/AbiWord/enchant/releases/download/v2.6.4/enchant-2.6.4.tar.gz
+ sha512sums =
56d683000f91817638ccbc902aaf29ce147e46236974e8049fbf71f8a984597b6941bc373c4e19e50dc7b07fb341df3be5508ef9d59ad96f2e00ecb556b47eae
pkgname = enchant
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: dorphell <[email protected]>
pkgname=enchant
-pkgver=2.6.3
-pkgrel=2
+pkgver=2.6.4
+pkgrel=1
pkgdesc="A wrapper library for generic spell checking"
arch=('x86_64')
url="https://abiword.github.io/enchant/"
@@ -19,7 +19,7 @@ optdepends=('aspell: for aspell based spell checking support'
'nuspell: for nuspell based spell checking support')
provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so
enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz")
-sha512sums=('cfc6afbfbed7bee64b892f087f26b9bf941290f613c877f4ce114415f78e78bea0314046f58a50f2d3392c65434dde4a8bbd30cac9a7b5bbc87dce477f70ca55')
+sha512sums=('56d683000f91817638ccbc902aaf29ce147e46236974e8049fbf71f8a984597b6941bc373c4e19e50dc7b07fb341df3be5508ef9d59ad96f2e00ecb556b47eae')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/enchant/-/commit/abd36a6f3396c7809ad23f6320a7947aa5e9b485
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/enchant/-/commit/abd36a6f3396c7809ad23f6320a7947aa5e9b485
You're receiving this email because of your account on gitlab.archlinux.org.