summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortocic2024-01-20 13:13:51 +0300
committertocic2024-01-20 13:13:51 +0300
commite9c6e53a73f39fa3f626b32bfd607c3906a99c01 (patch)
tree3d56015a51d66b7aff57b1feff649f3c49eaeaa0
parent743fbe21c5099d5083b60c0cf0f892f9c38fbce4 (diff)
downloadaur-ctre.tar.gz
Switch to SPDX license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 274ef565ddf0..1fceb85fae1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ctre
pkgrel = 1
url = https://compile-time.re
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = cmake
source = ctre-3.8.1.tar.gz::https://github.com/hanickadot/compile-time-regular-expressions/archive/v3.8.1.tar.gz
b2sums = 30ee11613b9f0623c5f40c1580d3a6f2e2d583d5783d5fe77fb485375f307081ee2c35f6f5968a7a89c9827fa5cee9fdd2c07addad08a870ee73ef93c984ec0d
diff --git a/PKGBUILD b/PKGBUILD
index 4151a2b95ebc..f60c5372f85c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Fast compile-time regular expressions with support for
matching/searching/capturing during compile-time or runtime"
url="https://compile-time.re"
arch=("any")
-license=("Apache")
+license=("Apache-2.0")
makedepends=("cmake")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hanickadot/compile-time-regular-expressions/archive/v${pkgver}.tar.gz")
b2sums=("30ee11613b9f0623c5f40c1580d3a6f2e2d583d5783d5fe77fb485375f307081ee2c35f6f5968a7a89c9827fa5cee9fdd2c07addad08a870ee73ef93c984ec0d")