fool: bump for inclusion of dependency metadata

This commit is contained in:
Jan Christian Grünhage 2023-04-04 11:44:54 +02:00 committed by classabbyamp
parent dfbc41df0b
commit d968f76367
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'fool'
pkgname=fool
version=0.2.1
revision=3
revision=4
build_style=cargo
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>"
license="MIT"
homepage="https://github.com/spacekookie/fool"
@ -13,7 +13,7 @@ checksum=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
pre_build() {
# 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() {