diff --git a/srcpkgs/zfs/template b/srcpkgs/zfs/template index e2a1d186674..b5d7c0e70ea 100644 --- a/srcpkgs/zfs/template +++ b/srcpkgs/zfs/template @@ -1,12 +1,12 @@ # Template file for 'zfs' pkgname=zfs -version=2.2.4 -revision=2 +version=2.2.5 +revision=1 build_style=gnu-configure configure_args="--with-config=user --with-mounthelperdir=/usr/bin --with-udevdir=/usr/lib/udev --with-udevruledir=/usr/lib/udev/rules.d --with-dracutdir=/usr/lib/dracut --with-tirpc" -hostmakedepends="dracut libtool pkg-config python3 automake" +hostmakedepends="dracut libtool pkg-config python3 automake tar" makedepends="pam-devel zlib-devel libuuid-devel libblkid-devel libtirpc-devel attr-devel" depends="dkms>=2.2.0.3_9 perl python3 xbps-triggers>=0.121_1 libzfs>=${version}_${revision}" @@ -16,7 +16,7 @@ maintainer="Toyam Cox " license="CDDL-1.0" homepage="https://openzfs.github.io/openzfs-docs/" distfiles="https://github.com/openzfs/zfs/releases/download/zfs-${version}/zfs-${version}.tar.gz" -checksum=9790905f7683d41759418e1ef3432828c31116654ff040e91356ff1c21c31ec0 +checksum=2388cf6f29cd75e87d6d05e4858a09d419c4f883a658d51ef57796121cd08897 # dkms must be before initramfs-regenerate to build modules before images triggers="dkms initramfs-regenerate" dkms_modules="zfs ${version}"