summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2016-05-26 10:30:49 +0200
committerThomas Fanninger2016-05-26 10:30:49 +0200
commit1fb896bec6d55d5a736639d62ebd8ae7edce7e59 (patch)
tree3bfe6c018e03c5077fdd8ef91b15968786943978
parent9dcfbbb0df692ebf726baf89744cf193d1af37f7 (diff)
downloadaur-1fb896bec6d55d5a736639d62ebd8ae7edce7e59.tar.gz
Bugfix wrong commit version in .gopmfile
-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"