git » python-pycurl.git » commit 6778660

Switch to correct SPDX license identifier

author David Runge
2024-04-09 21:26:28 UTC
committer David Runge
2024-04-09 21:26:28 UTC
parent e8f1c46bf179f23ca0b6942642923998fc6db6b9

Switch to correct SPDX license identifier

Signed-off-by: David Runge <dvzrv@archlinux.org>

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index fc570a0..e652d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=3
 pkgdesc="A Python 3.x interface to libcurl"
 arch=('x86_64')
 url="http://pycurl.sourceforge.net/"
-license=('LGPL' 'MIT')
+license=('LGPL-2.1-only OR MIT')
 depends=('python' 'curl')
 makedepends=('python-setuptools')
 checkdepends=('python-bottle' 'python-pytest' 'vsftpd' 'python-flaky' 'python-pyflakes')