summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2015-10-25 07:55:25 +0100
committerThomas Fanninger2015-10-25 07:55:25 +0100
commit8eb13ae1a69be08d547f7551acfe89bcf02c36c1 (patch)
tree5a1499314fc78786bf0b472c04ac7a10299da39d
parent60da910c7b92c04203a53c2d02b9d5cc83edbda4 (diff)
downloadaur-8eb13ae1a69be08d547f7551acfe89bcf02c36c1.tar.gz
Add new opt. dependency 'TiDB'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7778e854b3d0..65e2d70dc01c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogs-git-dev
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch develop.
pkgver = 2959.379629d
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://gogs.io/
install = gogs.install
@@ -20,6 +20,7 @@ pkgbase = gogs-git-dev
optdepends = redis: Redis support
optdepends = memcached: MemCached support
optdepends = openssh: GIT over SSH support
+ optdepends = tidb-git: TiDB support
conflicts = gogs-bin
conflicts = gogs
conflicts = gogs-git
diff --git a/PKGBUILD b/PKGBUILD
index 041ee02afe94..d27e9f29bbc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gogs-git-dev
_pkgname=gogs
_branch=develop
pkgver=2959.379629d
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch ${_branch}."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -17,7 +17,8 @@ optdepends=('sqlite: SQLite support'
'postgresql: PostgreSQL support'
'redis: Redis support'
'memcached: MemCached support'
- 'openssh: GIT over SSH support')
+ 'openssh: GIT over SSH support'
+ 'tidb-git: TiDB support')
makedepends=('go>=1.2' 'git>=1.7.1' 'patch')
conflicts=('gogs-bin' 'gogs' 'gogs-git')
options=('!strip' '!emptydirs')