author | loqs
<2227-loqs@users.noreply.gitlab.archlinux.org> 2024-03-01 19:35:06 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-03-02 11:18:43 UTC |
parent | 2fa340fe32cfdfa85bbec564d3748e45d3407a05 |
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')