summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 11:23:37 -0700
committerMark Wagie2024-01-21 11:23:37 -0700
commitc36f36717ccce4b329965d543c2e3778ba11207f (patch)
tree1d090de2b26b34a56fdfe7bd5bf2233616a79ff4 /PKGBUILD
parent6b151246fbe88578fab76d60d96fc8db1ea42f21 (diff)
downloadaur-c36f36717ccce4b329965d543c2e3778ba11207f.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 9d9929485934..c447c5a9a32e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A stream implementation for Python that provides transparent base64 encoding and decoding of an underlying stream."
arch=('any')
url="https://github.com/aws/base64io-python"
-license=('Apache')
+license=('Apache-2.0')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")