summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIP2Location2024-01-24 16:11:47 +0800
committerIP2Location2024-01-24 16:11:47 +0800
commit1bfb703aabaf06beacef5eb4783e60d00c357ee2 (patch)
tree3f6e7fa80b8ee3d2f1a5e610bfaa09e0ceb75999
parentc305666887df88abb9dc8632dc376f6ac8f58aa2 (diff)
downloadaur-1bfb703aabaf06beacef5eb4783e60d00c357ee2.tar.gz
Fixed typo.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ebec1369292..60f50cf32489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://www.ip2location.io"
license=('MIT')
depends=('glibc')
makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ip2location/ip2location-io-cli/archive/refs/tags/$v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ip2location/ip2location-io-cli/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('86caf3202b8daea3a58aa3be3caa8514312116fba659d8e9e212e37b651b9f0d')
prepare() {