uftrace: update to 0.13.1.

This commit is contained in:
Leah Neukirchen 2023-01-25 15:46:26 +01:00
parent 6a817bb067
commit 1169d2905f

View file

@ -1,6 +1,6 @@
# Template file for 'uftrace'
pkgname=uftrace
version=0.13
version=0.13.1
revision=1
archs="x86_64* i686* aarch64* arm*"
build_style=configure
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://github.com/namhyung/uftrace"
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
checksum=cffae82c68446c20cc3c7e87e71e57498805767a0d4085b4846f3c49f9e472d9
checksum=88b59923fdd9804fd29da8a784cd1b39837b1b735fc3be4165b3932eca3661ad
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;