summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-15 08:22:01 -0700
committerMark Wagie2024-01-15 08:22:01 -0700
commitefbc60a523074519c09133fd25549066dab49228 (patch)
tree0fe7e2ea8075ad1e23f5a10d248a55e8f1950f11
parent8862a912855e474aeeb98191b3072162b277ca90 (diff)
downloadaur-efbc60a523074519c09133fd25549066dab49228.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89062f896cc9..7d6a074a65f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-types-setuptools
pkgrel = 1
url = https://github.com/python/typeshed
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 915983ff5a53..12211f881c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Typing stubs for setuptools"
arch=('any')
url="https://github.com/python/typeshed"
-license=('Apache')
+license=('Apache-2.0')
depends=('python' 'python-types-docutils')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")