summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen Zhong2020-05-29 00:40:07 +0800
committerAllen Zhong2020-05-29 00:40:07 +0800
commit8ca655d522181ceb2f0dffe42423b3a7bf556815 (patch)
tree95d71508f3059d8fb7f25fe203670edbfa9d69eb /PKGBUILD
parente4371982b40e79763345a86435b83e1b1de5648e (diff)
downloadaur-8ca655d522181ceb2f0dffe42423b3a7bf556815.tar.gz
upgpkg: tidb-bin 4.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdedf179335a..9d417f87aada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jian Zeng <anonymousknight96@gmail.com>
# Contributor: Xuanwo <xuanwo@archlinuxcn.org>
pkgbase=tidb-bin
-_basever=3.0.14
+_basever=4.0.0
#_relver=-prega
#pkgver=$_basever.$_relver
pkgver=$_basever
@@ -29,7 +29,7 @@ source=("https://download.pingcap.org/tidb-v$_basever$_relver-linux-amd64.tar.gz
pd.toml
tidb.toml
tikv.toml)
-sha256sums=('feb97fb20a3f845e1c07dfaa9fba499421da073845e638a3a23ca9383d4007b5'
+sha256sums=('cf916cc4a9b9d82e7f042c4dc3384a7439164998f7467f56f230e32f4664cb95'
'b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c'
@@ -79,6 +79,7 @@ _package-utils() {
install -Dm755 drainer "$pkgdir"/usr/bin
install -Dm755 pump "$pkgdir"/usr/bin
install -Dm755 reparo "$pkgdir"/usr/bin
+ install -Dm755 arbiter "$pkgdir"/usr/bin
}
for _p in ${pkgname[@]}; do