aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2016-03-07 06:52:33 +0100
committerThomas Fanninger2016-03-07 06:52:33 +0100
commit68c6af7aa2d888c75080d679bc667dbdf3e45ed7 (patch)
tree47637837455613da6f548679a68e8c55349c1d6a
parent0c73e48144464aafd9ee57806ca4cc0ed0bdd22b (diff)
downloadaur-68c6af7aa2d888c75080d679bc667dbdf3e45ed7.tar.gz
Add 'tidb pam cert' build tag support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37a095c563e3..2438bf80454d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 05:43:43 UTC 2016
+# Mon Mar 7 05:52:04 UTC 2016
pkgbase = gogs
pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
pkgver = 0.9.0
pkgrel = 1
- epoch = 1
+ epoch = 2
url = http://gogs.io/
install = gogs.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1231b42e2594..ef4618ec85a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gogs
_pkgname=${pkgname}
pkgver=0.9.0
pkgrel=1
-epoch=1
+epoch=2
pkgdesc="Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://gogs.io/"
@@ -84,7 +84,7 @@ build() {
msg2 "Build program"
go fix
- go build -x -tags='sqlite'
+ go build -x -tags='sqlite tidb pam cert'
}
package() {