summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanwo2019-05-22 14:26:22 +0800
committerXuanwo2019-05-22 14:26:22 +0800
commitd297312b3a992d07e912275b79e180f2e0bac726 (patch)
treec4602fdf06e7e92d86ea95c81e2e210c0f078dcf
parent225137937f969a5625995232c455cfb05185aef3 (diff)
downloadaur-d297312b3a992d07e912275b79e180f2e0bac726.tar.gz
Bump to version 2.1.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fd42624b060..f2d4d5eda4fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tikv-pd
pkgdesc = Manage and schedule the TiKV cluster.
- pkgver = 2.1.8
+ pkgver = 2.1.10
pkgrel = 1
url = https://github.com/pingcap/pd
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = tikv-pd
makedepends = make
provides = pd-server
backup = etc/pd/pd.toml
- source = pd-2.1.8.tar.gz::https://github.com/pingcap/pd/archive/v2.1.8.tar.gz
+ source = pd-2.1.10.tar.gz::https://github.com/pingcap/pd/archive/v2.1.10.tar.gz
source = pd.service
source = pd-sysusers.conf
source = pd-tmpfiles.conf
source = pd.toml
- sha256sums = f628dbc0802695d0cadc214c29dc91ce3e2231ba043672d10cf0e4597c20c4a8
+ sha256sums = ec3460794dadf8a586a2ff9501b6902f691735620f5a8d3c7e4a421be82ad681
sha256sums = b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924
sha256sums = 5edd250ba9e70a4f8d27581ed658f0fbfeca58ca62429dec12bb5fffc0919b67
sha256sums = 15633aaa2d7726375112a1b5af88105878f09c176a542cde6d0e5f0c4eee4495
diff --git a/PKGBUILD b/PKGBUILD
index bb11dca27395..4236a186561b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Xuanwo <xuanwo@archlinuxcn.org>
pkgname=tikv-pd
-pkgver=2.1.8
+pkgver=2.1.10
pkgrel=1
pkgdesc='Manage and schedule the TiKV cluster.'
makedepends=('go' 'make')
@@ -14,7 +14,7 @@ source=(pd-${pkgver}.tar.gz::https://github.com/pingcap/pd/archive/v${pkgver}.ta
pd-sysusers.conf
pd-tmpfiles.conf
pd.toml)
-sha256sums=('f628dbc0802695d0cadc214c29dc91ce3e2231ba043672d10cf0e4597c20c4a8'
+sha256sums=('ec3460794dadf8a586a2ff9501b6902f691735620f5a8d3c7e4a421be82ad681'
'b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924'
'5edd250ba9e70a4f8d27581ed658f0fbfeca58ca62429dec12bb5fffc0919b67'
'15633aaa2d7726375112a1b5af88105878f09c176a542cde6d0e5f0c4eee4495'
@@ -38,9 +38,6 @@ build() {
cd $GOPATH/src/$_gopkgname
- # Remove all git operations.
- sed -i '/(shell git/d' Makefile
-
LDFLAGS=$_LDFLAGS make build
}