crun: revbump for new argp-standalone version.

This commit is contained in:
Érico Rolim 2021-02-10 19:21:40 -03:00 committed by Érico Nogueira Rolim
parent d4a1d9a4ea
commit 18994dba43

View file

@ -1,7 +1,7 @@
# Template file for 'crun'
pkgname=crun
version=0.16
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-systemd"
hostmakedepends="pkg-config libtool python3 $(vopt_if man go-md2man)"
@ -25,6 +25,13 @@ case "$XBPS_MACHINE" in
*) ;;
esac
do_check() {
if [ "$XBPS_CHECK_PKGS" = full ]; then
# most of the tests don't work inside a container
make check ${makejobs}
fi
}
post_install() {
rm -f ${DESTDIR}/usr/lib/*.a
}