Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
aspell-da
Commits:
40290796 by Antonio Rojas at 2025-01-26T11:39:36+01:00
upgpkg: 4.5-1: Update to 4.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = aspell-da
pkgdesc = Danish dictionary for aspell
- pkgver = 4.3
- pkgrel = 2
+ pkgver = 4.5
+ pkgrel = 1
url = https://github.com/mortenivar/aspell-da
arch = any
license = GPL2
depends = aspell
- source =
aspell-da-4.3.tar.gz::https://github.com/mortenivar/aspell-da/archive/refs/tags/4.3.tar.gz
- sha512sums =
6cb391660f7c7dad85f0242feca284d07204dfbab348e4138e07932da8dd7446e8bccf8e3079bc40f69d73b3967da80ddd539e66eda037b8053056effd20b389
+ source =
aspell-da-4.5.tar.gz::https://github.com/mortenivar/aspell-da/archive/refs/tags/4.5.tar.gz
+ sha512sums =
3069f88fe2e6a27717cf725b63c99c2e30d7e7466ff7c725bc5354c63a187515c254975f9f5b95ad8ecc14a8a6c60dab5c8422a0736a32f608855b9be5f3905e
pkgname = aspell-da
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,15 @@
# Contributor: Esben Haabendal <[email protected]>
pkgname=aspell-da
-pkgver=4.3
-pkgrel=2
+pkgver=4.5
+pkgrel=1
pkgdesc='Danish dictionary for aspell'
arch=('any')
url='https://github.com/mortenivar/aspell-da'
license=('GPL2')
depends=('aspell')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('6cb391660f7c7dad85f0242feca284d07204dfbab348e4138e07932da8dd7446e8bccf8e3079bc40f69d73b3967da80ddd539e66eda037b8053056effd20b389')
+sha512sums=('3069f88fe2e6a27717cf725b63c99c2e30d7e7466ff7c725bc5354c63a187515c254975f9f5b95ad8ecc14a8a6c60dab5c8422a0736a32f608855b9be5f3905e')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-da/-/commit/40290796be455b5e24afab40709e8e5f689829c7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-da/-/commit/40290796be455b5e24afab40709e8e5f689829c7
You're receiving this email because of your account on gitlab.archlinux.org.