Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
gawk


Commits:
cd132b99 by Tobias Powalowski at 2024-08-28T10:52:21+02:00
upgpkg: 5.3.0-2: update license

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = gawk
        pkgdesc = GNU version of awk
        pkgver = 5.3.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.gnu.org/software/gawk/
        arch = x86_64
-       license = GPL
+       license = GPL-3.0-or-later
        depends = sh
        depends = glibc
        depends = mpfr


=====================================
PKGBUILD
=====================================
@@ -3,11 +3,11 @@
 
 pkgname=gawk
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU version of awk"
 arch=('x86_64')
 url="https://www.gnu.org/software/gawk/";
-license=('GPL')
+license=('GPL-3.0-or-later')
 depends=('sh' 'glibc' 'mpfr')
 provides=('awk')
 
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/cd132b99fbe7335134578bb22006fe22e40b5a4d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gawk/-/commit/cd132b99fbe7335134578bb22006fe22e40b5a4d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to