summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIP2Location2024-01-19 12:08:34 +0800
committerIP2Location2024-01-19 12:08:34 +0800
commitc305666887df88abb9dc8632dc376f6ac8f58aa2 (patch)
tree2b6e7d6ed0962ede1793fb3e03323e1ada60d1a3
parent4af30b0f94ea201839fd3f0d3bc92189f142381e (diff)
downloadaur-c305666887df88abb9dc8632dc376f6ac8f58aa2.tar.gz
Fixed typo.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27b166d8ecda..863f20fea850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ip2location-io-cli
- pkgdesc = Official Command Line Interface for IP2Loaction.io Geolocation API service
+ pkgdesc = Official Command Line Interface for IP2Location.io Geolocation API service
pkgver = 1.1.0
pkgrel = 1
url = https://www.ip2location.io
arch = x86_64
arch = armv7h
arch = aarch64
- license = Apache
+ license = MIT
makedepends = go
depends = glibc
source = ip2location-io-cli-1.1.0.tar.gz::https://github.com/ip2location/ip2location-io-cli/archive/refs/tags/v1.1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e73f5adec931..2ebec1369292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=ip2loaction-io-cli
_pkgname=${pkgname%}
pkgver=1.1.0
pkgrel=1
-pkgdesc="Official Command Line Interface for IP2Loaction.io Geolocation API service"
+pkgdesc="Official Command Line Interface for IP2Location.io Geolocation API service"
arch=('x86_64' 'armv7h' 'aarch64')
url="https://www.ip2location.io"
license=('MIT')