strace: update to 5.0.

This commit is contained in:
maxice8 2019-03-19 19:26:01 -03:00 committed by maxice8
parent cd09287573
commit c71b0892b4

View file

@ -1,7 +1,7 @@
# Template file for 'strace' # Template file for 'strace'
pkgname=strace pkgname=strace
version=4.26 version=5.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-libunwind" configure_args="--with-libunwind"
makedepends="libunwind-devel" makedepends="libunwind-devel"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://strace.io/" homepage="https://strace.io/"
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz" distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
checksum=7c4d2ffeef4f7d1cdc71062ca78d1130eb52f947c2fca82f59f6a1183bfa1e1c checksum=3b7ad77eb2b81dc6078046a9cc56eed5242b67b63748e7fc28f7c2daf4e647da
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
aarch64-musl) configure_args=; makedepends= ;; aarch64-musl) configure_args=; makedepends= ;;