xfsprogs: update to 5.11.0.

Closes #29615.
This commit is contained in:
Leah Neukirchen 2021-03-30 16:58:50 +02:00
parent 2f885a561f
commit c2e1ee3627

View file

@ -1,6 +1,6 @@
# Template file for 'xfsprogs'
pkgname=xfsprogs
version=5.10.0
version=5.11.0
revision=1
build_style=gnu-configure
configure_args="--enable-editline=yes --enable-lib64=no"
@ -11,7 +11,11 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://xfs.org/index.php/Main_Page"
distfiles="${KERNEL_SITE}/utils/fs/xfs/xfsprogs/xfsprogs-${version}.tar.xz"
checksum=e04017e46d43e4d54b9a560fd7cea922520f8f6ef882404969d20cd4e5c790e9
checksum=0e9c390fcdbb8a79e1b8f5e6e25fd529fc9f9c2ef8f2d5e647b3556b82d1b353
post_extract() {
sed -i '1i#include <signal.h>' include/linux.h
}
do_install() {
make install install-dev DIST_ROOT=${DESTDIR} \