summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2020-01-26 00:44:14 +0000
committerArchzfs Buildbot2020-01-26 00:44:14 +0000
commit5e0434388842fc31c9b143f34ba3e6dc64345c4b (patch)
treed80bc7bb92e2395cc2eb1e09ae6f51916d1fa56f
parentad7df662c5dd2e0057cd3411a0564e5d0b4441a0 (diff)
downloadaur-5e0434388842fc31c9b143f34ba3e6dc64345c4b.tar.gz
Semi-automated update for kernel 5.4.14.arch1-1 + latest git commit
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9479023775e8..165c421dcfd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zfs-linux-git
- pkgver = 2020.01.17.r5661.g09436c5d8_5.4.13.arch1.1
+ pkgver = 2020.01.24.r5679.ga3403164d_5.4.14.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-headers=5.4.13.arch1-1
+ makedepends = linux-headers=5.4.14.arch1-1
makedepends = git
depends = kmod
- depends = zfs-utils-git=2020.01.17.r5661.g09436c5d8
- depends = linux=5.4.13.arch1-1
- source = git+https://github.com/zfsonlinux/zfs.git#commit=09436c5d885179b302be03d60f0fcc1921745506
+ depends = zfs-utils-git=2020.01.24.r5679.ga3403164d
+ depends = linux=5.4.14.arch1-1
+ source = git+https://github.com/zfsonlinux/zfs.git#commit=a3403164d700e0c32dd89ba09bbcaf48bdee47f2
sha256sums = SKIP
pkgname = zfs-linux-git
diff --git a/PKGBUILD b/PKGBUILD
index a48a66ff590d..b28ab924854e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,9 +17,9 @@
#
pkgbase="zfs-linux-git"
pkgname=("zfs-linux-git" "zfs-linux-git-headers")
-_commit='09436c5d885179b302be03d60f0fcc1921745506'
-_zfsver="2020.01.17.r5661.g09436c5d8"
-_kernelver="5.4.13.arch1-1"
+_commit='a3403164d700e0c32dd89ba09bbcaf48bdee47f2'
+_zfsver="2020.01.24.r5679.ga3403164d"
+_kernelver="5.4.14.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"