trackgit: require libgit2 >= 1.5.0 (#7983)

When trying to `pkgman install trackgit`, I was getting the error:

problem 1: nothing provides lib:libgit2>=1.4.3 needed by trackgit-1.0.0~git-3

Additionally, attempting to rebuild locally, build was failing with an error
about the `git_status_options` struct not having a "baseline" field (it was
pulling in the `libgit2_25-0.25.1-3` packages).
This commit is contained in:
OscarL
2023-03-19 03:04:12 -03:00
committed by GitHub
parent e844713644
commit 972f85fd1e

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://github.com/Hrily/TrackGit"
COPYRIGHT="2018 Hrishi Hiraskar COPYRIGHT="2018 Hrishi Hiraskar
2021 HaikuArchives Team" 2021 HaikuArchives Team"
LICENSE="MIT" LICENSE="MIT"
REVISION="3" REVISION="4"
srcGitRev="b676c5e0ed241a88ed358f0dc73cfa3fa065d76e" srcGitRev="b676c5e0ed241a88ed358f0dc73cfa3fa065d76e"
SOURCE_URI="https://github.com/HaikuArchives/TrackGit/archive/$srcGitRev.tar.gz" SOURCE_URI="https://github.com/HaikuArchives/TrackGit/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="e5dbef35b28e6dfffd86ccc26f9582fdb9ae64325c09483d56b27e52ae303a23" CHECKSUM_SHA256="e5dbef35b28e6dfffd86ccc26f9582fdb9ae64325c09483d56b27e52ae303a23"
@@ -27,7 +27,7 @@ REQUIRES="
BUILD_REQUIRES=" BUILD_REQUIRES="
haiku_devel haiku_devel
devel:libgit2 devel:libgit2 >= 1.5.0
" "
BUILD_PREREQUIRES=" BUILD_PREREQUIRES="
makefile_engine makefile_engine