summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-09-22 15:13:51 +0000
committerArchzfs Buildbot2018-09-22 15:13:51 +0000
commit0c80376df60cbb243fc7c1203b75104cda44a363 (patch)
tree32347f5ba3c9926945c0d15cb55db88fe388b611
parent67104c91f923136fd278a0695900cff19ccfaa78 (diff)
downloadaur-0c80376df60cbb243fc7c1203b75104cda44a363.tar.gz
Semi-automated update for latest git commit
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d210b79a21ba..21813ddc9fa2 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.09.18.r4729.g145c88fb7
+ pkgver = 2018.09.21.r4732.gdda550085
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs-utils.install
@@ -8,15 +8,14 @@ pkgbase = zfs-utils-common-git
groups = archzfs-linux-git
license = CDDL
makedepends = git
- depends = python2
provides = zfs-utils
- conflicts = zfs-utils-common
- conflicts = spl-utils-common
- conflicts = spl-utils-common-git
+ provides = spl-utils
+ conflicts = zfs-utils
+ conflicts = spl-utils
replaces = spl-utils-common-git
backup = etc/zfs/zed.d/zed.rc
backup = etc/default/zfs
- source = git+https://github.com/zfsonlinux/zfs.git#commit=145c88fb7bfb7e5941a0994daa3d9f4401a167a1
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=dda5500853c736aca9ad8c14f7d22cd9d9f9fb36
source = zfs-utils.bash-completion-r1
source = zfs-utils.initcpio.install
source = zfs-utils.initcpio.hook
diff --git a/PKGBUILD b/PKGBUILD
index f7e110c52091..a71897aabf92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,11 @@
# http://github.com/archzfs/archzfs
#
pkgname="zfs-utils-common-git"
-_commit='145c88fb7bfb7e5941a0994daa3d9f4401a167a1'
+_commit='dda5500853c736aca9ad8c14f7d22cd9d9f9fb36'
-pkgver=2018.09.18.r4729.g145c88fb7
+pkgver=2018.09.21.r4732.gdda550085
pkgrel=1
pkgdesc="Kernel module support files for the Zettabyte File System."
-depends=("python2")
makedepends=("git")
arch=("x86_64")
url="http://zfsonlinux.org/"
@@ -27,9 +26,9 @@ sha256sums=("SKIP"
"29080a84e5d7e36e63c4412b98646043724621245b36e5288f5fed6914da5b68")
license=("CDDL")
groups=("archzfs-linux-git")
-provides=("zfs-utils")
+provides=("zfs-utils" "spl-utils")
install=zfs-utils.install
-conflicts=('zfs-utils-common' 'spl-utils-common' 'spl-utils-common-git')
+conflicts=("zfs-utils" "spl-utils")
replaces=("spl-utils-common-git")
backup=('etc/zfs/zed.d/zed.rc' 'etc/default/zfs')