mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
git-series: update to 0.9.0.
Force git=0.5 now, as 0.6 uses openssl=0.9 which breaks with LibreSSL.
This commit is contained in:
parent
34177f8071
commit
d397d501c5
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'git-series'
|
||||
pkgname=git-series
|
||||
version=0.8.11
|
||||
version=0.9.0
|
||||
revision=1
|
||||
hostmakedepends="cargo cmake pkg-config rust"
|
||||
makedepends="libgit2-devel"
|
||||
|
@ -10,9 +10,12 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/git-series/git-series"
|
||||
distfiles="https://github.com/git-series/git-series/archive/${version}.tar.gz"
|
||||
checksum=d884e77c03304ba77cac3845b5e51a7856d517771db72c652f53b47cbaa13890
|
||||
checksum=dcc8957d83cf79e63a6baa3f2ece8862839767305e4a0a7820709d362eac89d5
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
sed -i '/^git2 =/s/=.*/= "0.5"/' Cargo.toml
|
||||
}
|
||||
do_build() {
|
||||
export LIBGIT2_SYS_USE_PKG_CONFIG=yes
|
||||
cargo build --release
|
||||
|
|
Loading…
Add table
Reference in a new issue