summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2022-06-23 15:54:27 +0000
committerArchzfs Buildbot2022-06-23 15:54:27 +0000
commit0a7f8c0d793700a3e140b071dfbcd776f2570a29 (patch)
treeb0b088e35db0adb56d1c1fa31599adfa576a9b70
parent57a63375beb10d5d49c3fa86644ea33c9ba0b577 (diff)
downloadaur-0a7f8c0d793700a3e140b071dfbcd776f2570a29.tar.gz
Semi-automated update for kernel 5.18.6.arch1-1 + zfs 2.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e6256327fb..d83013158289 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zfs-linux
- pkgver = 2.1.5_5.18.5.arch1.1
+ pkgver = 2.1.5_5.18.6.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
- makedepends = linux-headers=5.18.5.arch1-1
+ makedepends = linux-headers=5.18.6.arch1-1
depends = kmod
depends = zfs-utils=2.1.5
- depends = linux=5.18.5.arch1-1
+ depends = linux=5.18.6.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.5/zfs-2.1.5.tar.gz
sha256sums = 1913041e5c44ff07ca384346ad8145aeedf77e77cd1cea9ec5d533246691e10c
diff --git a/PKGBUILD b/PKGBUILD
index 09ce4ca06dfb..fb8808e1eea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.1.5"
-_kernelver="5.18.5.arch1-1"
-_kernelver_full="5.18.5.arch1-1"
+_kernelver="5.18.6.arch1-1"
+_kernelver_full="5.18.6.arch1-1"
_extramodules="${_kernelver_full/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"