summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2018-05-07 14:54:54 -0700
committerJesus Alvarez2018-05-07 14:54:54 -0700
commit3926e51aeb54c81844728cd6d14252964ab93773 (patch)
tree180a7f7cbb68c6d0a9d28b6e5b15ce7a1fe3837f
parent450ad805695196e50b5d5d5e07d13142788cb359 (diff)
downloadaur-3926e51aeb54c81844728cd6d14252964ab93773.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 2af3bd2c8bbd..379fad6fa8f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zfs-utils-common-git
pkgdesc = Kernel module support files for the Zettabyte File System.
- pkgver = 2018.05.04.r3462.64c1dcefe
+ pkgver = 2018.05.06.r3465.ga82a4a15b
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs-utils.install
@@ -8,6 +8,7 @@ pkgbase = zfs-utils-common-git
groups = archzfs-linux-git
license = CDDL
makedepends = git
+ depends = python2
provides = zfs-utils
conflicts = zfs-utils-common
conflicts = zfs-utils-linux-git
@@ -18,7 +19,7 @@ pkgbase = zfs-utils-common-git
replaces = zfs-utils-linux-lts
backup = etc/zfs/zed.d/zed.rc
backup = etc/default/zfs
- source = git+https://github.com/zfsonlinux/zfs.git#commit=64c1dcefe38a62d304177475a2ef77111cec612a
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=a82a4a15be9559b20ec8e8df1430fc4c901d0b69
source = zfs-utils.bash-completion-r1
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
diff --git a/PKGBUILD b/PKGBUILD
index 67b2ed17db18..d65c484c7da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
#
pkgname="zfs-utils-common-git"
-pkgver=2018.05.04.r3462.64c1dcefe
+pkgver=2018.05.06.r3465.ga82a4a15b
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
-depends=("")
+depends=("python2")
makedepends=("git")
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("git+https://github.com/zfsonlinux/zfs.git#commit=64c1dcefe38a62d304177475a2ef77111cec612a"
+source=("git+https://github.com/zfsonlinux/zfs.git#commit=a82a4a15be9559b20ec8e8df1430fc4c901d0b69"
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")