From b02e8c6ba1505645d108dd9bf51cb96d70e62fbd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 1 Mar 2023 22:07:56 +0100 Subject: [PATCH] chroot-util-linux: update to 2.38.1. --- srcpkgs/chroot-util-linux/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chroot-util-linux/template b/srcpkgs/chroot-util-linux/template index d03deda0344..e2c3c5f49ed 100644 --- a/srcpkgs/chroot-util-linux/template +++ b/srcpkgs/chroot-util-linux/template @@ -1,7 +1,7 @@ # Template file for 'chroot-util-linux' pkgname=chroot-util-linux -version=2.32.1 -revision=2 +version=2.38.1 +revision=1 bootstrap=yes build_style=gnu-configure configure_args="--without-ncurses --without-ncursesw --without-udev @@ -17,7 +17,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="http://userweb.kernel.org/~kzak/util-linux-ng" distfiles="${KERNEL_SITE}/utils/util-linux/v${version%.*}/util-linux-${version}.tar.xz" -checksum=86e6707a379c7ff5489c218cfaf1e3464b0b95acf7817db0bc5f179e356a67b2 +checksum=60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f conflicts="util-linux>=0" provides="util-linux-${version}_${revision}" repository=bootstrap @@ -32,6 +32,7 @@ post_install() { rm -rf ${DESTDIR}/bin rm -rf ${DESTDIR}/sbin rm -rf ${DESTDIR}/usr/sbin + rm -rf ${DESTDIR}/usr/share/doc rm -rf ${DESTDIR}/usr/share/man rm -rf ${DESTDIR}/usr/share/bash-completion }