summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-08-06 16:12:35 +0800
committerNing Sun2023-08-06 08:12:50 +0000
commit09327f8caaaabdab899fd768f307ecc7f396c404 (patch)
tree30d6874987b926d717928baae3e34d2964f783e2
parent601ec16a7450d29022e23b494e3a5458d18fd5cc (diff)
downloadaur-09327f8caaaabdab899fd768f307ecc7f396c404.tar.gz
fix pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c62a4b540cfe..2de51d61b2c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = greptimedb-bin
pkgdesc = Open-source time-series database.
pkgver = 0.4.0.20230802
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/GreptimeTeam/greptimedb
arch = x86_64
license = Apache-2.0
diff --git a/PKGBUILD b/PKGBUILD
index d27d8a34e803..9f887b3031c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=greptimedb-bin
pkgver=0.4.0.20230802
_pkgvergh=v0.4.0-nightly-20230802
-pkgrel=5
+pkgrel=6
pkgdesc='Open-source time-series database.'
arch=('x86_64')
url='https://github.com/GreptimeTeam/greptimedb'
@@ -24,7 +24,7 @@ sha256sums=("3b5b2eedcc6a86f5766d2f6f7fbd94d07fe506811ab1e9be2c666207692a63ae"
package() {
mkdir -p "${pkgdir}/etc/greptimedb/"
- install -Dm755 "${srcdir}/greptime-linux-amd64-${_pkgvergh}" "${pkgdir}/usr/bin/greptime"
+ install -Dm755 "${srcdir}/greptime-linux-amd64-${_pkgvergh}/greptime" "${pkgdir}/usr/bin/greptime"
install -Dm644 "${srcdir}/greptimedb.service" "${pkgdir}/usr/lib/systemd/system/greptimedb.service"
install -Dm644 "${srcdir}/greptimedb.sysusers" "${pkgdir}/usr/lib/sysusers.d/greptimedb.conf"
install -Dm644 "${srcdir}/greptimedb-tmpfile.conf" "${pkgdir}/usr/lib/tmpfiles.d/greptimedb.conf"