summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-08-06 15:49:54 +0800
committerNing Sun2023-08-06 15:50:34 +0800
commitff51c571990f84974eed9f0ad54dcbfbfc19b1cc (patch)
tree301248e6084c5b4e8ff6687194b782e28dfa4fb7
parenta3219a8449ebb4a550ec890e0e67e9a5f4d253c5 (diff)
downloadaur-ff51c571990f84974eed9f0ad54dcbfbfc19b1cc.tar.gz
fix: pkgbuild
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3e6e56d2944..c37400c6fd10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('Apache-2.0')
provides=('greptimedb')
conflicts=()
-source=("greptime-linux-amd64-${pkgver}.tgz::https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgvergh}/greptime-linux-amd64.tgz"
+source=("https://github.com/GreptimeTeam/greptimedb/releases/download/${_pkgvergh}/greptime-linux-amd64-${_pkgvergh}.tgz"
"greptimedb.sysusers"
"greptimedb.service"
"greptimedb-tmpfile.conf"