George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-augeas
Commits:
efe56232 by George Hu at 2025-11-19T21:21:22+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = python-augeas
pkgrel = 9
url = https://augeas.net
arch = any
- license = LGPL
+ license = LGPL-2.1-or-later
makedepends = python-setuptools
depends = augeas
depends = python-cffi
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgver=1.1.0
pkgrel=9
pkgdesc="Python bindings for Augeas"
arch=('any')
-license=('LGPL')
+license=('LGPL-2.1-or-later')
url="https://augeas.net"
depends=('augeas' 'python-cffi')
makedepends=('python-setuptools')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-augeas/-/commit/efe562329b9837df66a9e5b52d57b70de7dcdbaa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-augeas/-/commit/efe562329b9837df66a9e5b52d57b70de7dcdbaa
You're receiving this email because of your account on gitlab.archlinux.org.