diff options
author | aqua <aqua@iserlohn-fortress.net> | 2024-08-11 19:55:00 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2024-08-11 19:55:00 +0300 |
commit | 10f7992fc12dc80ac825a9aaa47e809bc3f357d2 (patch) | |
tree | 3b221ce02b849116c19421f9ea85a26b506b164d | |
parent | Updated to 2.2.3 (diff) | |
download | zfs-utils-10f7992fc12dc80ac825a9aaa47e809bc3f357d2.tar.xz |
Updated to 2.2.4
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,7 +4,7 @@ # All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds pkgname=zfs-utils -pkgver=2.2.3 +pkgver=2.2.4 pkgrel=1 pkgdesc="Userspace utilities for the Zettabyte File System." arch=("i686" "x86_64" "aarch64") @@ -15,7 +15,7 @@ optdepends=('python: for arcstat/arc_summary/dbufstat') source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${pkgver}/zfs-${pkgver}.tar.gz"{,.asc} "zfs.initcpio.install" "zfs.initcpio.hook") -b2sums=('f83439aa929609191a048dd326b2a15e0f57c72d2901cbfb205b81a29aa42dab49b42eb61647ca3eaed17518b8c907e81343364bfecf83ed441271648f8efd4b' +b2sums=('f0026a12b7c1252bf8941e39f23d3e165750034707dfddf034d8aac942a749cb7f0108478797ca978704a22743d9928240b29cf78fe89eda9f873f40102413f0' 'SKIP' 'cb774227f157573f960bdb345e5b014c043a573c987d37a1db027b852d77a5eda1ee699612e1d8f4a2770897624889f1a3808116a171cc4c796a95e3caa43012' '779c864611249c3f21d1864508d60cfe5e0f5541d74fb3093c6bdfa56be2c76f386ac1690d363beaee491c5132f5f6dbc01553aa408cda579ebca74b0e0fd1d0') @@ -41,7 +41,8 @@ build() { --with-udevdir=/usr/lib/udev \ --libexecdir=/usr/lib \ --enable-pyzfs=no \ - --with-config=user + --with-config=user \ + --with-vendor=gentoo make } |