Package Details: go-git 1:go1.15beta1.r138.gba9e1088997-1

Git Clone URL: https://aur.archlinux.org/go-git.git (read-only, click to copy)
Package Base: go-git
Description: Core compiler tools for the Go programming language
Upstream URL: http://golang.org/
Keywords: git go golang
Licenses: BSD
Conflicts: go
Provides: go
Submitter: fzerorubigd
Maintainer: obedmr
Last Packager: obedmr
Votes: 8
Popularity: 0.000012
First Submitted: 2014-12-18 12:40 (UTC)
Last Updated: 2020-08-07 17:52 (UTC)

Dependencies (2)

Required by (3232)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

abonafide commented on 2018-08-30 13:15 (UTC)

Can this be updated to use the latest version of GO, which is version 1.11 at the moment?

obedmr commented on 2018-02-08 16:47 (UTC)

Thanks @raetiacorvus, I just updated the PKGBUILD.

rautesamtr commented on 2018-02-08 11:48 (UTC)

Hi could you add

provides=(go)
conflicts=(go)

to the PKGBUILD?

obedmr commented on 2017-08-25 17:37 (UTC)

I'm trying to adopt this project. Thanks fzerorubigd, Is there something extra I should do, apart of clicking "Adopt" project?

fzerorubigd commented on 2017-02-02 11:14 (UTC)

I disown this package since I have no time to maintain it. Sorry.

greyltc commented on 2017-02-02 11:12 (UTC)

I have the same build/packaging error as the previous comment. Looking at its date, I guess this package has been broken for at least 6 months, right?

MarcinWieczorek commented on 2016-06-30 11:55 (UTC)

package golang.org/x/tools/cmd/vet: cannot find package "golang.org/x/tools/cmd/vet" in any of: /home/marcin/packages/go-git/src/go-git/src/golang.org/x/tools/cmd/vet (from $GOROOT) /home/marcin/packages/go-git/src/src/golang.org/x/tools/cmd/vet (from $GOPATH)

Stephen304 commented on 2015-05-30 00:35 (UTC)

You should bump the version. The latest is r2746.

fzerorubigd commented on 2015-03-14 05:31 (UTC)

@Stephen304 gox tend to make it easy. if you use the >1.5 you need someting like gox, but after 1.5 personally I preffer to use a bash script to cross compile my code (mostly for arm machine) So yes, you don't need gox anymore.

Stephen304 commented on 2015-03-13 17:35 (UTC)

Ah, I didn't realize these changes. Thanks! That makes things a lot easier. So is the gox stuff in the PKGBUILD needed anymore since we don't really need gox to cross compile on this version anymore?