summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:14:27 -0500
committerAndrew O'Neill2024-01-30 21:14:27 -0500
commitb72c0c1660e596bcb43fc3bfb94a7f5622740852 (patch)
tree7578cb2765e159f66d78d5bf5f3c0e8ac5245e06
parent9ce4cc672ee94058b9f60fdcd18bc75ca841af9b (diff)
downloadaur-b72c0c1660e596bcb43fc3bfb94a7f5622740852.tar.gz
Update license to use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c4fd70549f..8596c5496f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = crate
url = https://crate.io
install = crate.install
arch = x86_64
- license = custom:APACHE
+ license = Apache-2.0
depends = python
backup = etc/crate/crate.yml
backup = etc/crate/logging.yml
diff --git a/PKGBUILD b/PKGBUILD
index 46174e673a50..a8d5871c0b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Shared nothing, fully searchable, document oriented cluster datastore'
arch=('x86_64')
url='https://crate.io'
-license=('custom:APACHE')
+license=('Apache-2.0')
depends=('python')
install='crate.install'
source=("https://cdn.crate.io/downloads/releases/${pkgname}-${pkgver}.tar.gz"
@@ -32,7 +32,6 @@ package() {
# Documentation
install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/"
- cp LICENSE "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
cp NOTICE "${pkgdir}/usr/share/doc/${pkgname}/NOTICE"
cp CHANGES.txt "${pkgdir}/usr/share/doc/${pkgname}/CHANGES"