dutree: bump for inclusion of dependency metadata

This commit is contained in:
Jan Christian Grünhage 2023-04-04 11:44:47 +02:00 committed by classabbyamp
parent 0133f2c487
commit 1a08afeabe

View file

@ -1,7 +1,7 @@
# Template file for 'dutree'
pkgname=dutree
version=0.2.18
revision=1
revision=2
build_style=cargo
short_desc="Tool to analyze file system usage written in Rust"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -9,8 +9,3 @@ license="GPL-3.0-or-later"
homepage="https://github.com/nachoparker/dutree"
distfiles="https://github.com/nachoparker/dutree/archive/v${version}.tar.gz"
checksum=55c30e57cc339dd16141510af33245cc3b82f588f22419fc034f02b36ebecba0
pre_build() {
# default version too old for ppc musl systems
cargo update --package libc --precise 0.2.66
}