Date: Monday, June 8, 2015 @ 17:17:39 Author: flexiondotorg Revision: 134976
upgpkg: godep 1:116.20150528-1 - Sync with upstream Modified: godep/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-08 14:14:16 UTC (rev 134975) +++ PKGBUILD 2015-06-08 15:17:39 UTC (rev 134976) @@ -3,7 +3,7 @@ # Contributor: Sauyon Lee <[email protected]> pkgname=godep -pkgver=94.20140524 +pkgver=116.20150528 pkgrel=1 epoch=1 pkgdesc="Dependency tool for go" @@ -12,7 +12,7 @@ license=('BSD') depends=('glibc') makedepends=('git' 'go' 'mercurial') -source=("${pkgname}::git+https://github.com/tools/godep#commit=983ff9241cead0f7e6ad0ae4a92b335c33ade8a2") +source=("${pkgname}::git+https://github.com/tools/godep#commit=e28aafa1c4a9ab9108ae98211f12bbcc43e24510") md5sums=('SKIP') pkgver() { @@ -22,7 +22,7 @@ prepare() { export GOPATH="${srcdir}" - go get code.google.com/p/go.tools/go/vcs + go get golang.org/x/tools/go/vcs go get github.com/kr/fs }
