Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
hunspell-pl
Commits:
c6838598 by Antonio Rojas at 2025-11-19T23:05:09+01:00
upgpkg: 20251101-1: Upstream update
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hunspell-pl
pkgdesc = Polish dictionary for Hunspell
- pkgver = 20240901
+ pkgver = 20251101
pkgrel = 1
url = https://www.sjp.pl/slownik/ort/
arch = any
@@ -8,7 +8,7 @@ pkgbase = hunspell-pl
makedepends = qt6-webengine
optdepends = hunspell: the spell checking libraries and apps
provides = hunspell-dictionary
- source = https://sjp.pl/sl/ort/sjp-myspell-pl-20240901.zip
- sha256sums =
0c7e5ebf3430ddec239e39047c74db51dbb105352b9c3301ee385aba139890e8
+ source = https://sjp.pl/sl/ort/sjp-myspell-pl-20251101.zip
+ sha256sums =
9655f56bef569fa863f5ad1db89746b5ff6b206a0d2b124e9f34c3e32f47ac7c
pkgname = hunspell-pl
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[hunspell-pl]
+source = 'regex'
+url = 'https://sjp.pl/sl/en/'
+regex = 'sjp-myspell-pl-(\d+).zip'
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Maciej Sitarz <[email protected]>
pkgname=hunspell-pl
-pkgver=20240901
+pkgver=20251101
pkgrel=1
pkgdesc='Polish dictionary for Hunspell'
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('hunspell: the spell checking libraries and apps')
makedepends=('qt6-webengine')
provides=('hunspell-dictionary')
source=(https://sjp.pl/sl/ort/sjp-myspell-pl-$pkgver.zip)
-sha256sums=('0c7e5ebf3430ddec239e39047c74db51dbb105352b9c3301ee385aba139890e8')
+sha256sums=('9655f56bef569fa863f5ad1db89746b5ff6b206a0d2b124e9f34c3e32f47ac7c')
prepare() {
bsdtar -xf pl_PL.zip
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-pl/-/commit/c6838598aa30c03cd003879ede3227df5b66f397
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hunspell-pl/-/commit/c6838598aa30c03cd003879ede3227df5b66f397
You're receiving this email because of your account on gitlab.archlinux.org.