summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93881245f361..dd6dd2e0bf1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 26 08:10:21 UTC 2016
+# Thu May 26 08:30:33 UTC 2016
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 = 3879.3c0c7a9
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://gogs.io/
install = gogs.install
diff --git a/PKGBUILD b/PKGBUILD
index 416b0bb50074..769c72a5514d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=gogs-git-dev
_pkgname=gogs
_branch=develop
pkgver=3879.3c0c7a9
-pkgrel=1
+pkgrel=2
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')
@@ -79,9 +79,9 @@ prepare() {
# msg2 "Download missing dependencies"
# go_get github.com/macaron-contrib/oauth2 "$GOPATH/src/github.com/macaron-contrib/oauth2"
-# msg2 "Workaround dependencies"
-# cd "$GOPATH/src/github.com/gogits/go-gogs-client/"
-# git checkout -q master
+ msg2 "Workaround dependencies"
+ cd "$GOPATH/src/github.com/gogits/go-gogs-client/"
+ git checkout -q master
# Execute patch
msg2 "Execute patches"