uftrace: update to 0.12.

This commit is contained in:
Leah Neukirchen 2022-07-02 14:34:56 +02:00
parent ac3a0722f7
commit 9a715fc173

View File

@ -1,6 +1,6 @@
# Template file for 'uftrace' # Template file for 'uftrace'
pkgname=uftrace pkgname=uftrace
version=0.11 version=0.12
revision=1 revision=1
archs="x86_64* i686* aarch64* arm*" archs="x86_64* i686* aarch64* arm*"
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=101dbb13cb3320ee76525ec26426f2aa1de4e3ee5af74f79cb403ae4d2c6c871 checksum=2aad01f27d4f18717b681824c7a28ac3e1efd5e7bbed3ec888a3ea5af60e3700
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;; *-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;