mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
uv: rebuild for libgit2-1.7
This commit is contained in:
parent
79f7b78302
commit
70260b7800
1 changed files with 1 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'uv'
|
||||
pkgname=uv
|
||||
version=0.1.24
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-pep517
|
||||
build_helper="rust qemu"
|
||||
hostmakedepends="maturin cargo cmake pkg-config"
|
||||
|
@ -16,12 +16,6 @@ checksum=9a9d91d1a5dcfecf5029931530d417fc3febf4c469d7d7b9567845c4210bb59b
|
|||
# many tests require old python versions
|
||||
make_check=no
|
||||
|
||||
post_patch() {
|
||||
# Downgrade to use system libgit2 1.6
|
||||
vsed -i 's/git2 =.*"0.18.1".*/git2 = "0.17.2"/' Cargo.toml
|
||||
cargo update --package git2@0.18.2 --precise 0.17.2
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
for sh in bash fish zsh; do
|
||||
|
|
Loading…
Add table
Reference in a new issue