mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xsv: bump for inclusion of dependency metadata
This commit is contained in:
parent
d70163480e
commit
d0fb4394ff
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xsv'
|
# Template file for 'xsv'
|
||||||
pkgname=xsv
|
pkgname=xsv
|
||||||
version=0.13.0
|
version=0.13.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Fast CSV toolkit written in Rust"
|
short_desc="Fast CSV toolkit written in Rust"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -12,7 +12,7 @@ checksum=2b75309b764c9f2f3fdc1dd31eeea5a74498f7da21ae757b3ffd6fd537ec5345
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# default version too old for ppc musl systems
|
# default version too old for ppc musl systems
|
||||||
cargo update --package libc --precise 0.2.66
|
cargo update --package libc@0.2.40 --precise 0.2.66
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue