summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 16:35:16 -0700
committerMark Wagie2024-01-20 16:35:16 -0700
commit3f8a3a7bd043c4cf6c808cb62a0cee502b208482 (patch)
tree633300e655c1690b995b8a20f3b1e6e7efc3bddc
parentb0302d61e8503e9ce6d4042c819d2fe164ca0dc8 (diff)
downloadaur-3f8a3a7bd043c4cf6c808cb62a0cee502b208482.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b0ff7dc9a9..4e50833d1ebf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ipinfo-cli
arch = x86_64
arch = armv7h
arch = aarch64
- license = Apache
+ license = Apache-2.0
makedepends = go
depends = glibc
source = ipinfo-cli-3.3.0.tar.gz::https://github.com/ipinfo/cli/archive/ipinfo-3.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fd5ad0e0546a..ec20deb28901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data)"
arch=('x86_64' 'armv7h' 'aarch64')
url="https://ipinfo.io"
-license=('Apache')
+license=('Apache-2.0')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ipinfo/cli/archive/${_pkgname}-$pkgver.tar.gz")