summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-11-11 04:29:41 +0000
committerArchzfs Buildbot2018-11-11 04:29:41 +0000
commita8ad04cfd2c54f8a1c6f8440b4a2bfc5818d852a (patch)
tree93921e2b250af79d065cdb0a73957ecdec413e6a
parentf85d859de36052f8a85a4e57f979e4cd1537996b (diff)
downloadaur-a8ad04cfd2c54f8a1c6f8440b4a2bfc5818d852a.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 b273ffb9fdea..dba1bc68e5a0 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.11.07.r4820.gd8244d34b
+ pkgver = 2018.11.09.r4825.g0500bfd0b
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs-utils.install
@@ -13,9 +13,10 @@ pkgbase = zfs-utils-git
conflicts = zfs-utils
conflicts = spl-utils
replaces = spl-utils-common-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=d8244d34bdc3e7b864e0152b55477fa61dae3e90
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=0500bfd0b9f1393af5bae274551147c5b31e7ccc
source = zfs-utils.bash-completion-r1
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
diff --git a/PKGBUILD b/PKGBUILD
index ef6cccb2acce..281b143ed018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
# http://github.com/archzfs/archzfs
#
pkgname="zfs-utils-git"
-_commit='d8244d34bdc3e7b864e0152b55477fa61dae3e90'
+_commit='0500bfd0b9f1393af5bae274551147c5b31e7ccc'
-pkgver=2018.11.07.r4820.gd8244d34b
+pkgver=2018.11.09.r4825.g0500bfd0b
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
makedepends=("git")
@@ -29,7 +29,7 @@ groups=("archzfs-linux-git")
provides=("zfs-utils" "spl-utils")
install=zfs-utils.install
conflicts=("zfs-utils" "spl-utils")
-replaces=("spl-utils-common-git")
+replaces=("spl-utils-common-git" "zfs-utils-common-git")
backup=('etc/zfs/zed.d/zed.rc' 'etc/default/zfs')
build() {