summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXuanwo2019-05-22 14:53:56 +0800
committerXuanwo2019-05-22 14:53:56 +0800
commitfa07aac01dd48df01a443d433c82fea72a76cd67 (patch)
treef2bd5d479c8dd1d8d9ee37cb5930ce19d8d093e7 /PKGBUILD
parent989dc90369540a73731ca361fd439d870e85f856 (diff)
downloadaur-fa07aac01dd48df01a443d433c82fea72a76cd67.tar.gz
Bump to version 2.1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a87fee8fc43..b907ddc0cef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Xuanwo <xuanwo@archlinuxcn.org>
pkgname=tidb
-pkgver=2.1.8
+pkgver=2.1.10
pkgrel=1
pkgdesc='A distributed HTAP database compatible with the MySQL protocol'
makedepends=('go' 'make' 'git')
@@ -15,7 +15,7 @@ source=(tidb-${pkgver}.tar.gz::https://github.com/pingcap/tidb/archive/v${pkgver
tidb-sysusers.conf
tidb-tmpfiles.conf
tidb.toml)
-sha256sums=('da6c8813029d297b8223adfce01a30a9e972414e64e41fc970bb59e3286193db'
+sha256sums=('34f532e0290388cd843bd36900888a67dd6e72f35f1fc09df192d75548a2ca67'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20'
'30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66'
@@ -41,9 +41,6 @@ build() {
# Remove all git operations.
sed -i '/(shell git/d' Makefile
- # A workaround for https://github.com/pingcap/tidb/issues/8827
- rm go.sum
-
LDFLAGS=$_LDFLAGS make server
}