|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
pkgname="zfs-utils" |
|
|
|
|
|
|
|
|
|
pkgver=2.1.5 |
|
|
|
|
pkgrel=2 |
|
|
|
|
pkgrel=3 |
|
|
|
|
pkgdesc="Kernel module support files for the Zettabyte File System." |
|
|
|
|
makedepends=("python" "python-setuptools" "python-cffi") |
|
|
|
|
optdepends=("python: pyzfs and extra utilities", "python-cffi: pyzfs") |
|
|
|
@ -19,8 +19,8 @@ source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${pkgver}/zfs-$ |
|
|
|
|
"zfs-utils.initcpio.hook" |
|
|
|
|
"zfs-utils.initcpio.zfsencryptssh.install") |
|
|
|
|
sha256sums=("1913041e5c44ff07ca384346ad8145aeedf77e77cd1cea9ec5d533246691e10c" |
|
|
|
|
"600f49d610906476f492d53ee1830154e4ebedf999284485e07d9cb2b3084766" |
|
|
|
|
"8b8c9b6ebfddfb51f2ab70fb943f53f08f6140140561efcb106120941edbc36e" |
|
|
|
|
"d19476c6a599ebe3415680b908412c8f19315246637b3a61e811e2e0961aea78" |
|
|
|
|
"5c53cd7805853e7eb8fa53143fb4a284e7e33171f7f4b4de444171ca4dfda37e" |
|
|
|
|
"93e6ac4e16f6b38b2fa397a63327bcf7001111e3a58eb5fb97c888098c932a51") |
|
|
|
|
license=("CDDL") |
|
|
|
|
groups=("archzfs-linux") |
|
|
|
@ -37,7 +37,7 @@ build() { |
|
|
|
|
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include \ |
|
|
|
|
--with-udevdir=/usr/lib/udev --libexecdir=/usr/lib \ |
|
|
|
|
--with-config=user --enable-systemd --enable-pyzfs \ |
|
|
|
|
--with-zfsexecdir=/usr/lib/zfs |
|
|
|
|
--with-zfsexecdir=/usr/lib/zfs --localstatedir=/var |
|
|
|
|
make |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|