Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
aspell-pl
Commits:
e38ac9b6 by Antonio Rojas at 2025-11-19T22:28:10+01:00
upgpkg: 20251101-1: Upstream update
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = aspell-pl
pkgdesc = Polish dictionary for aspell
- pkgver = 20240901
+ pkgver = 20251101
pkgrel = 1
url = https://www.sjp.pl/slownik/en/
arch = any
@@ -10,7 +10,7 @@ pkgbase = aspell-pl
license = CC SA
license = Apache
depends = aspell
- source = https://sjp.pl/sl/ort/sjp-aspell6-pl-6.0_20240901-0.tar.bz2
- sha256sums =
cf59cc16580191c4ad3298e8f1981367da8ef3d07cfb6ac60a166016f018f2c6
+ source = https://sjp.pl/sl/ort/sjp-aspell6-pl-6.0_20251101-0.tar.bz2
+ sha256sums =
a4dd526bc5004cb73c204f0734b1c8107578ed7d7771a42d00844d995f2964a5
pkgname = aspell-pl
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[aspell-pl]
+source = 'regex'
+url = 'https://sjp.pl/sl/en/'
+regex = 'sjp-aspell6-pl-6.0_(\d+)-0.tar.bz2'
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Jaroslav Lichtblau <[email protected]>
pkgname=aspell-pl
-pkgver=20240901
+pkgver=20251101
pkgrel=1
pkgdesc='Polish dictionary for aspell'
arch=('any')
@@ -13,7 +13,7 @@ url="https://www.sjp.pl/slownik/en/"
license=('GPL' 'LGPL' 'MPL' 'CC SA' 'Apache')
depends=('aspell')
source=(https://sjp.pl/sl/ort/sjp-aspell6-pl-6.0_$pkgver-0.tar.bz2)
-sha256sums=('cf59cc16580191c4ad3298e8f1981367da8ef3d07cfb6ac60a166016f018f2c6')
+sha256sums=('a4dd526bc5004cb73c204f0734b1c8107578ed7d7771a42d00844d995f2964a5')
build() {
cd aspell6-pl-6.0_$pkgver-0
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-pl/-/commit/e38ac9b6086badd0acab8aa346946424bb3e201f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-pl/-/commit/e38ac9b6086badd0acab8aa346946424bb3e201f
You're receiving this email because of your account on gitlab.archlinux.org.