uftrace: update to 0.13.

This commit is contained in:
Leah Neukirchen 2023-01-11 16:01:33 +01:00
parent b67e2277ca
commit aecc68b323

View file

@ -1,6 +1,6 @@
# Template file for 'uftrace'
pkgname=uftrace
version=0.12
version=0.13
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=2aad01f27d4f18717b681824c7a28ac3e1efd5e7bbed3ec888a3ea5af60e3700
checksum=cffae82c68446c20cc3c7e87e71e57498805767a0d4085b4846f3c49f9e472d9
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;