uftrace: update to 0.9.2.

This commit is contained in:
maxice8 2019-01-22 14:18:06 -02:00 committed by maxice8
parent 5c86e22ca8
commit e5844f5b4e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'uftrace' # Template file for 'uftrace'
pkgname=uftrace pkgname=uftrace
version=0.9.1 version=0.9.2
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pandoc pkg-config" hostmakedepends="pandoc pkg-config"
makedepends="elfutils-devel ncurses-devel" makedepends="elfutils-devel ncurses-devel"
@ -10,7 +10,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=d195b630a2113f138b900d1b6dbc073ec3326c62eef233468123f4028988b39d checksum=eedc901c2916ef2ff4d8893820246e94890d7788c1493b32824c3aceed65100d
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;; *-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;