summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2019-01-13 21:22:34 +0000
committerArchzfs Buildbot2019-01-13 21:22:34 +0000
commit4bf6398e79d55a4a2cad7c7ba05d0a39efe9097e (patch)
treeda368a38ac3cf2b1c587e0227c68957bec6f6e30
parent35c0d520b3b1a6256ad4edba4397519b3e2f5739 (diff)
downloadaur-4bf6398e79d55a4a2cad7c7ba05d0a39efe9097e.tar.gz
Semi-automated update for latest git commit
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8abed7c49494..7d462b33e52b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zfs-utils-git
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 2018.12.26.r4871.g06f3fc2a4
+ pkgver = 2019.01.13.r4900.gd611989fd
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs-utils.install
@@ -8,6 +8,7 @@ pkgbase = zfs-utils-git
groups = archzfs-linux-git
license = CDDL
makedepends = git
+ makedepends = python
provides = zfs-utils
provides = spl-utils
conflicts = zfs-utils
@@ -16,7 +17,7 @@ pkgbase = zfs-utils-git
replaces = zfs-utils-common-git
backup = etc/zfs/zed.d/zed.rc
backup = etc/default/zfs
- source = git+https://github.com/zfsonlinux/zfs.git#commit=06f3fc2a4b097545259935d54634c5c6f49ed20f
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=d611989fdc176ccb54c24df99fd6c81b1cfff833
source = zfs-utils.bash-completion-r1
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
diff --git a/PKGBUILD b/PKGBUILD
index 29c86b888d43..c21c39707730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
# http://github.com/archzfs/archzfs
#
pkgname="zfs-utils-git"
-_commit='06f3fc2a4b097545259935d54634c5c6f49ed20f'
+_commit='d611989fdc176ccb54c24df99fd6c81b1cfff833'
-pkgver=2018.12.26.r4871.g06f3fc2a4
+pkgver=2019.01.13.r4900.gd611989fd
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
-makedepends=("git")
+makedepends=("git" "python")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}"