diff --git a/srcpkgs/uftrace/template b/srcpkgs/uftrace/template index 6759ed80d16..9f4f44d4765 100644 --- a/srcpkgs/uftrace/template +++ b/srcpkgs/uftrace/template @@ -1,7 +1,7 @@ # Template file for 'uftrace' pkgname=uftrace -version=0.9.4 -revision=2 +version=0.10 +revision=1 archs="x86_64* i686* aarch64* arm*" build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE}" @@ -12,7 +12,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-only" homepage="https://github.com/namhyung/uftrace" distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz" -checksum=418d30c959d3b6d0dcafd55e588a5d414a9984b30f2522a5af004a268824a5a2 +checksum=b8b56d540ea95c3eafe56440d6a998e0a140d53ca2584916b6ca82702795bbd9 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;