summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2019-06-16 00:01:22 +0000
committerArchzfs Buildbot2019-06-16 00:01:22 +0000
commit8a2adf308cdff69cd028f9e298aff565f8ecb19f (patch)
tree74b050689fdbf58d0bc7748e014343a776fa9dfc
parentf29466c23232456b0b2637dc88d6b8cacf2f2bbd (diff)
downloadaur-8a2adf308cdff69cd028f9e298aff565f8ecb19f.tar.gz
Semi-automated update for latest git commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f505d7500a..724450be01e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zfs-utils-git
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 2019.06.12.r5191.gdaddbdc7c
+ pkgver = 2019.06.14.r5200.gc1b5801bb
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs-utils.install
@@ -18,7 +18,7 @@ pkgbase = zfs-utils-git
backup = etc/zfs/zed.d/zed.rc
backup = etc/default/zfs
backup = etc/modules-load.d/zfs.conf
- source = git+https://github.com/zfsonlinux/zfs.git#commit=daddbdc7ccf5edc6174d6e7300f93bf009f0be12
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=c1b5801bb5af0055e5f3d263beaa07026103e212
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
source = zfs-utils.initcpio.zfsencryptssh.install
diff --git a/PKGBUILD b/PKGBUILD
index d72667b3020f..329b2e8bd5e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
# http://github.com/archzfs/archzfs
#
pkgname="zfs-utils-git"
-_commit='daddbdc7ccf5edc6174d6e7300f93bf009f0be12'
+_commit='c1b5801bb5af0055e5f3d263beaa07026103e212'
-pkgver=2019.06.12.r5191.gdaddbdc7c
+pkgver=2019.06.14.r5200.gc1b5801bb
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
-makedepends=("python" "git")
+makedepends=("python" "python-setuptools" "python-cffi" "git")
+optdepends=("python: pyzfs and extra utilities", "python-cffi: pyzfs")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}"
@@ -36,7 +37,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --with-mounthelperdir=/usr/bin \
--libdir=/usr/lib --datadir=/usr/share --includedir=/usr/include \
--with-udevdir=/lib/udev --libexecdir=/usr/lib/zfs-${pkgver} \
- --with-config=user --enable-systemd
+ --with-config=user --enable-systemd --enable-pyzfs
make
}