diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index c6a910b2904c9b..f28ae2c76f3cbb 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -1,7 +1,7 @@ # Template file for 'util-linux' # Keep this package sync with util-linux-common pkgname=util-linux -version=2.41.3 +version=2.41.4 revision=1 build_style=gnu-configure configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown @@ -23,7 +23,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.kernel.org/pub/linux/utils/util-linux/" distfiles="${KERNEL_SITE}/utils/${pkgname}/v${version%.${version#*.*.}}/${pkgname}-${version}.tar.xz" -checksum=3330d873f0fceb5560b89a7dc14e4f3288bbd880e96903ed9b50ec2b5799e58b +checksum=a8c213cc06048862602a42b2d299b340001f6d05c4407b549f3e03521df83688 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel" @@ -56,7 +56,7 @@ post_extract() { if [ "$XBPS_TARGET_LIBC" = musl ]; then # Known broken rm -f tests/ts/col/multibyte - + # /var/log/wtmp is used for tracking reboots printf '\n#undef _PATH_WTMP\n#define _PATH_WTMP "/var/log/wtmp"\n' >> include/pathnames.h fi