summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-11-11 04:30:07 +0000
committerArchzfs Buildbot2018-11-11 04:30:07 +0000
commitaa521af7314b5173fbb749ef4e94ec6472a028fe (patch)
tree83b83d3782e8301b1d055743cbc1ce69df847d2b
parent0b72a7088d88d22f3890f32800c84dbc69d6fbb0 (diff)
downloadaur-aa521af7314b5173fbb749ef4e94ec6472a028fe.tar.gz
Semi-automated update for kernel 4.14.79-1 + latest git commit
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe24bba15e5f..99a0671a2ece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zfs-linux-lts-git
- pkgver = 2018.11.07.r4820.gd8244d34b_4.14.79.1
- pkgrel = 1
+ pkgver = 2018.11.09.r4825.g0500bfd0b_4.14.79.1
+ pkgrel = 2
url = http://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-lts-headers=4.14.79-1
makedepends = git
depends = kmod
- depends = zfs-utils-common-git=2018.11.07.r4820.gd8244d34b
+ depends = zfs-utils-git=2018.11.09.r4825.g0500bfd0b
depends = linux-lts=4.14.79-1
- source = git+https://github.com/zfsonlinux/zfs.git#commit=d8244d34bdc3e7b864e0152b55477fa61dae3e90
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=0500bfd0b9f1393af5bae274551147c5b31e7ccc
sha256sums = SKIP
pkgname = zfs-linux-lts-git
diff --git a/PKGBUILD b/PKGBUILD
index 1e63c6f2a83c..f998450e4acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,20 +17,20 @@
#
pkgbase="zfs-linux-lts-git"
pkgname=("zfs-linux-lts-git" "zfs-linux-lts-git-headers")
-_commit='d8244d34bdc3e7b864e0152b55477fa61dae3e90'
-_zfsver="2018.11.07.r4820.gd8244d34b"
+_commit='0500bfd0b9f1393af5bae274551147c5b31e7ccc'
+_zfsver="2018.11.09.r4825.g0500bfd0b"
_kernelver="4.14.79-1"
_extramodules="4.14.79-1-lts"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
-pkgrel=1
+pkgrel=2
makedepends=("linux-lts-headers=${_kernelver}" "git")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git#commit=${_commit}")
sha256sums=("SKIP")
license=("CDDL")
-depends=("kmod" "zfs-utils-common-git=${_zfsver}" "linux-lts=${_kernelver}")
+depends=("kmod" "zfs-utils-git=${_zfsver}" "linux-lts=${_kernelver}")
build() {
cd "${srcdir}/zfs"