Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
enchant
Commits:
558b990f by Antonio Rojas at 2025-07-29T18:16:50+02:00
upgpkg: 2.8.12-1: Upstream update
Fixes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = enchant
pkgdesc = A wrapper library for generic spell checking
- pkgver = 2.8.11
+ pkgver = 2.8.12
pkgrel = 1
url = https://rrthomas.github.io/enchant/
arch = x86_64
@@ -22,10 +22,10 @@ pkgbase = enchant
optdepends = libvoikko: for libvoikko based spell checking support
optdepends = nuspell: for nuspell based spell checking support
provides = libenchant-2.so
- source = git+https://github.com/rrthomas/enchant#tag=v2.8.11
+ source = git+https://github.com/rrthomas/enchant#tag=v2.8.12
source = git+https://git.savannah.gnu.org/git/gnulib.git
source = git+https://github.com/gnulib-modules/bootstrap.git
- b2sums =
0d009efa5a8398c3cece260e810cf08b1c8fcff3bf2904da3bb6e8510ab255888093fa35948631ac9cc275ec49191217b07fb348557d0b4c19ab8e600ffa0bd5
+ b2sums =
d6a0fb73bcf9535df38db777f5f5d1dcd8f7e8e239bfff05728dc09202aa2a759c927fac978b604c7792260e415e0ba905e799de467e73c4b0531554216de37f
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: dorphell <[email protected]>
pkgname=enchant
-pkgver=2.8.11
+pkgver=2.8.12
pkgrel=1
pkgdesc="A wrapper library for generic spell checking"
url="https://rrthomas.github.io/enchant/"
@@ -37,7 +37,7 @@ source=(
"git+https://git.savannah.gnu.org/git/gnulib.git"
"git+https://github.com/gnulib-modules/bootstrap.git"
)
-b2sums=('0d009efa5a8398c3cece260e810cf08b1c8fcff3bf2904da3bb6e8510ab255888093fa35948631ac9cc275ec49191217b07fb348557d0b4c19ab8e600ffa0bd5'
+b2sums=('d6a0fb73bcf9535df38db777f5f5d1dcd8f7e8e239bfff05728dc09202aa2a759c927fac978b604c7792260e415e0ba905e799de467e73c4b0531554216de37f'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/enchant/-/commit/558b990fd2e7e1e9f8417544314c5168159c791d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/enchant/-/commit/558b990fd2e7e1e9f8417544314c5168159c791d
You're receiving this email because of your account on gitlab.archlinux.org.