summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2022-12-19 11:44:25 +0800
committerNing Sun2022-12-19 03:44:20 +0000
commit8d8e775dbe0fd033376e3bace67730aa4611302f (patch)
tree81d7614abde793dcef2e299e33de41e1248e2290
parenteae6116e0da9460f72ea73793853109eb2f800b1 (diff)
downloadaur-8d8e775dbe0fd033376e3bace67730aa4611302f.tar.gz
fix srcinfo
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47474b6b38a5..0998d84407d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = greptimedb-bin
pkgdesc = Open-source time-series database.
pkgver = 0.1.0.20221219
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GreptimeTeam/greptimedb
arch = x86_64
license = Apache-2.0
provides = greptimedb
- source = greptime-linux-amd64-0.1.0.20221212.tgz::https://github.com/GreptimeTeam/greptimedb/releases/download/v0.1.0-alpha-20221219-weekly/greptime-linux-amd64.tgz
+ source = greptime-linux-amd64-0.1.0.20221219.tgz::https://github.com/GreptimeTeam/greptimedb/releases/download/v0.1.0-alpha-20221219-weekly/greptime-linux-amd64.tgz
source = greptimedb.sysusers
source = greptimedb.service
source = greptimedb-tmpfile.conf
source = greptimedb.toml
sha256sums = 5726ee7318846d30f5684fc604b5d01929cd1d2e448ba90aeb0487e7776174c4
- sha256sums = 5726ee7318846d30f5684fc604b5d01929cd1d2e448ba90aeb0487e7776174c4
- sha256sums = 5726ee7318846d30f5684fc604b5d01929cd1d2e448ba90aeb0487e7776174c4
- sha256sums = 5726ee7318846d30f5684fc604b5d01929cd1d2e448ba90aeb0487e7776174c4
- sha256sums = 5726ee7318846d30f5684fc604b5d01929cd1d2e448ba90aeb0487e7776174c4
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
+ sha256sums = SKIP
pkgname = greptimedb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7548fedbb095..99ab28b6b66b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=greptimedb-bin
pkgver=0.1.0.20221219
_pkgvergh=v0.1.0-alpha-20221219-weekly
-pkgrel=1
+pkgrel=2
pkgdesc='Open-source time-series database.'
arch=('x86_64')
url='https://github.com/GreptimeTeam/greptimedb'