summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquim Monteiro2024-04-21 22:57:13 +0100
committerJoaquim Monteiro2024-04-21 22:58:43 +0100
commit7521b3e385d828cd2ded11424731d4690a93af35 (patch)
tree5791eb5a00c244966bdeb92e2355cd8aaceba91e
parent9dbe93e522d6a880acc200a14ab8902ff7b43e00 (diff)
downloadaur-python-blake3.tar.gz
Migrate to SPDX style license identifiers
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea0f11bdc7b8..8748580294ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = python-blake3
arch = i686
arch = aarch64
arch = armv7h
- license = Apache
- license = custom:CC0-1.0
+ license = Apache-2.0
+ license = CC0-1.0
makedepends = python-pip
makedepends = rust
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 1da746fe10ce..55276f0692c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="Python bindings for the BLAKE3 cryptographic hash function"
arch=(x86_64 i686 aarch64 armv7h)
url="https://github.com/oconnor663/blake3-py"
-license=('Apache' 'custom:CC0-1.0')
+license=('Apache-2.0' 'CC0-1.0')
depends=('python')
makedepends=('python-pip' 'rust')