Thomas Fanninger преди 10 години
родител
ревизия
d37943e49f
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 1 - 1
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = gogs-git
 	pkgdesc = Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language. This is the current git version from branch master.
-	pkgver = 2842.2340bb1
+	pkgver = 2846.42a38df
 	pkgrel = 1
 	epoch = 1
 	url = http://gogs.io/

+ 2 - 2
PKGBUILD

@@ -4,7 +4,7 @@
 pkgname=gogs-git
 _pkgname=gogs
 _branch=master
-pkgver=2842.2340bb1
+pkgver=2846.42a38df
 pkgrel=1
 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}."
@@ -76,7 +76,7 @@ prepare() {
   get_gopm "$GOPATH/src/${_gourl}/.gopmfile" "$GOPATH/src"
 
   msg2 "Download missing dependencies"
-  go_get github.com/macaron-contrib/oauth2 "$GOPATH/src/github.com/macaron-contrib/oauth2"
+#  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/"