We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbc41d commit d968f76Copy full SHA for d968f76
1 file changed
srcpkgs/fool/template
@@ -1,10 +1,10 @@
1
# Template file for 'fool'
2
pkgname=fool
3
version=0.2.1
4
-revision=3
+revision=4
5
build_style=cargo
6
makedepends="ncurses-devel"
7
-short_desc="A powerful git terminal interface which focuses on usability"
+short_desc="Powerful git terminal interface which focuses on usability"
8
maintainer="Wilson Birney <wpb@360scada.com>"
9
license="MIT"
10
homepage="https://github.com/spacekookie/fool"
@@ -13,7 +13,7 @@ checksum=41fa1a10a3b3cadba4700b809df13df9ed109ecc5c54ba8b645269abff84a41a
13
14
pre_build() {
15
# default version too old for ppc musl systems
16
- cargo update --package libc --precise 0.2.66
+ cargo update --package libc@0.2.34 --precise 0.2.66
17
}
18
19
post_install() {
0 commit comments