Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages / aspell-da
Commits: af322273 by Dan Johansen at 2025-03-23T13:37:49+01:00 Add @strit as maintainer Signed-off-by: Dan Johansen <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -4,7 +4,7 @@ pkgbase = aspell-da pkgrel = 1 url = https://github.com/mortenivar/aspell-da arch = any - license = GPL2 + license = GPL-2.0-or-later depends = aspell source = aspell-da-4.5.tar.gz::https://github.com/mortenivar/aspell-da/archive/refs/tags/4.5.tar.gz sha512sums = 3069f88fe2e6a27717cf725b63c99c2e30d7e7466ff7c725bc5354c63a187515c254975f9f5b95ad8ecc14a8a6c60dab5c8422a0736a32f608855b9be5f3905e ===================================== PKGBUILD ===================================== @@ -1,4 +1,5 @@ -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Maintainer: Dan Johansen <[email protected]> +# Contributor: Maxim Baz <$pkgname at maximbaz dot com> # Contributor: Esben Haabendal <[email protected]> pkgname=aspell-da @@ -7,7 +8,7 @@ pkgrel=1 pkgdesc='Danish dictionary for aspell' arch=('any') url='https://github.com/mortenivar/aspell-da' -license=('GPL2') +license=('GPL-2.0-or-later') depends=('aspell') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz") sha512sums=('3069f88fe2e6a27717cf725b63c99c2e30d7e7466ff7c725bc5354c63a187515c254975f9f5b95ad8ecc14a8a6c60dab5c8422a0736a32f608855b9be5f3905e') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-da/-/commit/af322273e1c44c0e7bd62887ae4371ac5ddbb608 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aspell-da/-/commit/af322273e1c44c0e7bd62887ae4371ac5ddbb608 You're receiving this email because of your account on gitlab.archlinux.org.
