summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNing Sun2022-11-24 15:26:38 +0800
committerNing Sun2022-11-24 15:30:25 +0800
commitce41e59a6b0bb87cc0df4ce6d69f637b87ff84b2 (patch)
treee5f7e09d636cd78ae8e29e46ba0eda87740f854a /PKGBUILD
parent7dbc330505fb39d77263802b6582fe46c9471d89 (diff)
downloadaur-ce41e59a6b0bb87cc0df4ce6d69f637b87ff84b2.tar.gz
fix: resolve issue for existing cache
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6d4d1f92565..b5567bbf93d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('Apache-2.0')
provides=('greptimedb')
conflicts=()
-source=("https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgvergh}/greptime-linux-amd64.tgz")
+source=("greptime-linux-amd64-${pkgver}.tgz::https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgvergh}/greptime-linux-amd64.tgz")
sha256sums=("12989f1e468d19b6345809c5c2cef93dffe9a91a194b1b2d82218a996437e7fa")
package() {