summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-15 08:22:01 -0700
committerMark Wagie2024-01-15 08:22:01 -0700
commitefbc60a523074519c09133fd25549066dab49228 (patch)
tree0fe7e2ea8075ad1e23f5a10d248a55e8f1950f11 /PKGBUILD
parent8862a912855e474aeeb98191b3072162b277ca90 (diff)
downloadaur-efbc60a523074519c09133fd25549066dab49228.tar.gz
use SPDX license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")