Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libnftnl
Commits:
ce00b1aa by Christian Hesse at 2025-12-03T18:01:06+01:00
update license
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = libnftnl
pkgrel = 1
url = https://netfilter.org/projects/libnftnl/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = git
depends = libmnl
source =
git+https://git.netfilter.org/libnftnl.git#tag=libnftnl-1.3.1?signed
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
arch=('x86_64')
url='https://netfilter.org/projects/libnftnl/'
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=('libmnl')
makedepends=('git')
validpgpkeys=('8C5F7146A1757A65E2422A94D70D1A666ACF2B21') # Netfilter Core Team
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnftnl/-/commit/ce00b1aa4d6460f98dc38297eefff34e0cfd2e02
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnftnl/-/commit/ce00b1aa4d6460f98dc38297eefff34e0cfd2e02
You're receiving this email because of your account on gitlab.archlinux.org.