summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-10-19 15:24:17 +0200
committerMassimiliano Torromeo2017-10-19 15:24:17 +0200
commitc28f50d13af0c554189aa445a8ece0c26798b6bf (patch)
tree1c5aaa420d5ce64d5199e1febbd7626452a4d817
parenteb6a54afa5b638b8041fb86856c99068b7fb3b08 (diff)
downloadaur-c28f50d13af0c554189aa445a8ece0c26798b6bf.tar.gz
Updated description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaca2d5741dd..23e5a618cbca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Oct 19 12:26:44 UTC 2017
+# Thu Oct 19 13:24:10 UTC 2017
pkgbase = tidb-git
- pkgdesc = Distributed SQL database inspired by the desing of Google F1
+ pkgdesc = Distributed NewSQL database compatible with MySQL protocol
pkgver = 1.0.0.17.gb45890ab6
pkgrel = 1
url = https://pingcap.com/
@@ -18,11 +18,13 @@ pkgbase = tidb-git
source = tidb.service
source = tidb.user
source = tidb.tmpfile
+ source = socket-perms.patch
sha256sums = SKIP
sha256sums = 0651e419f27961ccb85bf5ea7ef9576bbc433f7211aa8a77e2b6139f7dba8c7e
sha256sums = 66c85143faeec8b136a71dbf1d400afa041eace57271dbfce0edfccca3874402
sha256sums = e8e60176eca71d4f930828e9e152c3bae4db70cff409a7557f12e145700e4a03
sha256sums = 30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66
+ sha256sums = a7827d1c75ee57a52a5e60b930ef1619a6cd580d98730a59bc6a49e358affbe6
pkgname = tidb-git
diff --git a/PKGBUILD b/PKGBUILD
index be28fc41b911..305379311f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tidb-git
pkgver=1.0.0.17.gb45890ab6
pkgrel=1
-pkgdesc="Distributed SQL database inspired by the desing of Google F1"
+pkgdesc="Distributed NewSQL database compatible with MySQL protocol"
arch=('i686' 'x86_64')
url="https://pingcap.com/"
license=('APACHE')