summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2019-07-02 11:50:15 +0800
committerAllen Zhong2019-07-02 11:50:15 +0800
commit4f05ae3504d6efdbec016916e6ffd954ca990012 (patch)
tree09f08337c45db0a0a3a32b0469923a0ef7951ed0
parentcac6fd224122aaa025b8aa9b89e2daf93d34dd91 (diff)
downloadaur-4f05ae3504d6efdbec016916e6ffd954ca990012.tar.gz
upgpkg: tidb-bin 3.0.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6f91f6b5461..16031f4051de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidb-bin
pkgdesc = A distributed NewSQL database compatible with MySQL protocol
- pkgver = 2.1.13
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/pingcap/tidb
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tidb-bin
conflicts = tikv-pd
options = strip
options = debug
- source = https://download.pingcap.org/tidb-v2.1.13-linux-amd64.tar.gz
+ source = https://download.pingcap.org/tidb-v3.0.0-linux-amd64.tar.gz
source = pd.service
source = tidb.service
source = tikv.service
@@ -25,7 +25,7 @@ pkgbase = tidb-bin
source = pd.toml
source = tidb.toml
source = tikv.toml
- sha256sums = 8958ae460bf7fac52cd50a373cf2ea30fcbcfe5a96a011a6660e1e30f2f876a5
+ sha256sums = 5961cefff7eff61ad055a6d7b00a8de10345572f6d6bb27f2e56e2ae9eaedf64
sha256sums = b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924
sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9
sha256sums = 870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c
@@ -41,9 +41,9 @@ pkgbase = tidb-bin
pkgname = tidb-bin
install = tidb.install
- provides = tidb-server=2.1.13
- provides = tikv-server=2.1.13
- provides = pd-server=2.1.13
+ provides = tidb-server=3.0.0
+ provides = tikv-server=3.0.0
+ provides = pd-server=3.0.0
pkgname = tidb-bin-utils
optdepends = go-tools: provides goyacc
diff --git a/PKGBUILD b/PKGBUILD
index 0877bbd4cbd2..a90dbdda9cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jian Zeng <anonymousknight96@gmail.com>
# Contributor: Xuanwo <xuanwo@archlinuxcn.org>
pkgbase=tidb-bin
-_basever=2.1.13
+_basever=3.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=('8958ae460bf7fac52cd50a373cf2ea30fcbcfe5a96a011a6660e1e30f2f876a5'
+sha256sums=('5961cefff7eff61ad055a6d7b00a8de10345572f6d6bb27f2e56e2ae9eaedf64'
'b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c'
@@ -76,9 +76,9 @@ _package-utils() {
install -dm755 "$pkgdir"/usr/bin
install -Dm755 *ctl "$pkgdir"/usr/bin
install -Dm755 pd-recover "$pkgdir"/usr/bin
- install -Dm755 tikv-importer "$pkgdir"/usr/bin
- install -Dm755 pump "$pkgdir"/usr/bin
install -Dm755 drainer "$pkgdir"/usr/bin
+ install -Dm755 pump "$pkgdir"/usr/bin
+ install -Dm755 reparo "$pkgdir"/usr/bin
}
for _p in ${pkgname[@]}; do