summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c12ba4229e..5aba5257e361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tidb
pkgdesc = A distributed HTAP database compatible with the MySQL protocol
pkgver = 3.0.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pingcap/tidb
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 72abf3df997d..bc4caeb67900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Allen Zhong <zhongbenli@pingcap.com>
pkgname=tidb
pkgver=3.0.12
-pkgrel=1
+pkgrel=2
pkgdesc='A distributed HTAP database compatible with the MySQL protocol'
makedepends=('go' 'make')
arch=('x86_64')