uftrace: update to 0.15.1.

This commit is contained in:
Leah Neukirchen 2024-01-14 20:31:32 +01:00
parent 5087f33d0b
commit 00d15e87e8

View file

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