Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
aspell-pt
Commits:
43170a80 by Antonio Rojas at 2025-11-19T22:37:56+01:00
upgpkg: 20251001-2: Upstream update
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = aspell-pt
pkgdesc = Portuguese and Brazilian Portuguese dictionary for aspell
- pkgver = 20220621
+ pkgver = 20251001
pkgrel = 2
url = http://aspell.net/
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = aspell-pt
replaces = aspell-pt_br
source =
https://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-20131030-12-0.tar.bz2
source =
https://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-20131030-12-0.tar.bz2.sig
- source =
https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-20220621.tar.bz2
- source =
https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-20220621.tar.bz2
+ source =
https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-20251001.tar.bz2
+ source =
https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-20251001.tar.bz2
validpgpkeys = 78DEC3DB0AEA763951322BBF71C636695B147849
sha256sums =
eb0d99db0b5d5c442133a88bddfe96dd252c0c3df3da36e9326c241dc4bc14f7
sha256sums = SKIP
- sha256sums =
2494e978890fefc198ece36e0f581451047f43bc53709580350c3b96fb60d303
- sha256sums =
eb2da5b268f89f8e6ad0d8630f9070a0c62daed4002d52cdf50b3e2d3ac3f605
+ sha256sums =
f6179aa151ad92c2b377822416610bdacd0cf5435dbea103349398dea571229a
+ sha256sums =
9cbf6f12d005ee1ec8899af7ae7bc291567a9acbfca2761402c5c0552664267d
pkgname = aspell-pt
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[aspell-pt]
+source = 'regex'
+url = 'https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/'
+regex = 'aspell6.pt-(\d+)'
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Jaroslav Lichtblau <[email protected]>
pkgname=aspell-pt
-_pkgverPT=20220621
+_pkgverPT=20251001
_pkgverBR=20131030-12
pkgver=$_pkgverPT
pkgrel=2
@@ -18,8 +18,8 @@
source=(https://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar
validpgpkeys=('78DEC3DB0AEA763951322BBF71C636695B147849') #Aspell Dictionary
Upload <[email protected]>
sha256sums=('eb0d99db0b5d5c442133a88bddfe96dd252c0c3df3da36e9326c241dc4bc14f7'
'SKIP'
- '2494e978890fefc198ece36e0f581451047f43bc53709580350c3b96fb60d303'
- 'eb2da5b268f89f8e6ad0d8630f9070a0c62daed4002d52cdf50b3e2d3ac3f605')
+ 'f6179aa151ad92c2b377822416610bdacd0cf5435dbea103349398dea571229a'
+ '9cbf6f12d005ee1ec8899af7ae7bc291567a9acbfca2761402c5c0552664267d')
build() {
cd aspell6-pt_BR-$_pkgverBR-0
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-pt/-/commit/43170a80d7c81a2eb4695339892f20110ace99de
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-pt/-/commit/43170a80d7c81a2eb4695339892f20110ace99de
You're receiving this email because of your account on gitlab.archlinux.org.