git-gitlab
git-gitlab copied to clipboard
Current libgit2 release version is higher than required version for build
I was about to install the package on arch Linux and encountered the following error during makepkg:
==> Starting prepare()...
# gopkg.in/libgit2/git2go.v24
src/gopkg.in/libgit2/git2go.v24/git.go:9:3: error: #error "Invalid libgit2 version; this git2gosupports libgit2 v0.24"
# error "Invalid libgit2 version; this git2go supports libgit2 v0.24"
^~~~~
==> ERROR: A failure occurred in prepare().
Aborting...
I was able to install the package after downgrading libgit2 to the specified version above but I think the build script should be updated.
In fact, It is very much like what was fixed in #48, only now we need to upgrade to 0.26