mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fool: bump for inclusion of dependency metadata
This commit is contained in:
parent
dfbc41df0b
commit
d968f76367
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'fool'
|
# Template file for 'fool'
|
||||||
pkgname=fool
|
pkgname=fool
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="A powerful git terminal interface which focuses on usability"
|
short_desc="Powerful git terminal interface which focuses on usability"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/spacekookie/fool"
|
homepage="https://github.com/spacekookie/fool"
|
||||||
|
@ -13,7 +13,7 @@ checksum=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
|
||||||
|
|
||||||
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.34 --precise 0.2.66
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue