git » pyalpm.git » commit 516be2b

Change to SPDX license identifier

author loqs
2024-03-01 19:35:06 UTC
committer Jelle van der Waa
2024-03-02 11:18:43 UTC
parent 2fa340fe32cfdfa85bbec564d3748e45d3407a05

Change to SPDX license identifier

https://gitlab.archlinux.org/archlinux/pyalpm/-/blob/0.10.6/setup.cfg?#L10

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 306699d..fa2bc68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=5
 pkgdesc="Python 3 bindings for libalpm"
 arch=('x86_64')
 url="https://gitlab.archlinux.org/archlinux/pyalpm"
-license=('GPL')
+license=('GPL-3.0-or-later')
 depends=('python' 'pacman')
 makedepends=('git' 'python-setuptools' 'python-pkgconfig' 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-pacman')