mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
loc: bump for inclusion of dependency metadata
This commit is contained in:
parent
79ce1f92d9
commit
1070a0132e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'loc'
|
# Template file for 'loc'
|
||||||
pkgname=loc
|
pkgname=loc
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Count lines of code quickly"
|
short_desc="Count lines of code quickly"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
|
@ -12,7 +12,7 @@ checksum=1e8403fd9a3832007f28fb389593cd6a572f719cd95d85619e7bbcf3dbea18e5
|
||||||
|
|
||||||
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.32 --precise 0.2.66
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue