summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"