summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchzfs Buildbot2023-10-16 17:41:17 +0000
committerArchzfs Buildbot2023-10-16 17:41:17 +0000
commit78c43c7738654c3cf5c33d390529d709bc5e7136 (patch)
treec51ab4da134a48a4e94652d7d6bbb56ade52d0c6
parentbb5162e193645b40adf72c0aa4e46d7e46a42407 (diff)
downloadaur-78c43c7738654c3cf5c33d390529d709bc5e7136.tar.gz
Semi-automated update for kernel 6.1.58-1 + zfs 2.2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08e188e6092c..b845a117d742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zfs-linux-lts
- pkgver = 2.1.13_6.1.57.1
+ pkgver = 2.2.0_6.1.58.1
pkgrel = 1
url = https://openzfs.org/
arch = x86_64
license = CDDL
- makedepends = linux-lts-headers=6.1.57-1
+ makedepends = linux-lts-headers=6.1.58-1
depends = kmod
- depends = zfs-utils=2.1.13
- depends = linux-lts=6.1.57-1
- source = https://github.com/openzfs/zfs/releases/download/zfs-2.1.13/zfs-2.1.13.tar.gz
- sha256sums = 06b24cbb3cbc1554e2edf2fcd71d1f8bec4febf4412aeac17070877c44302abd
+ depends = zfs-utils=2.2.0
+ depends = linux-lts=6.1.58-1
+ source = https://github.com/openzfs/zfs/releases/download/zfs-2.2.0/zfs-2.2.0.tar.gz
+ sha256sums = 42035fd059faa25a09cd511b24a57b8ad1285cb69127f2a0043b98562c5ec690
pkgname = zfs-linux-lts
pkgdesc = Kernel modules for the Zettabyte File System.
diff --git a/PKGBUILD b/PKGBUILD
index a50feb82ea0b..de26e771d472 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,10 +17,10 @@
#
pkgbase="zfs-linux-lts"
pkgname=("zfs-linux-lts" "zfs-linux-lts-headers")
-_zfsver="2.1.13"
-_kernelver="6.1.57-1"
-_kernelver_full="6.1.57-1"
-_extramodules="6.1.57-1-lts"
+_zfsver="2.2.0"
+_kernelver="6.1.58-1"
+_kernelver_full="6.1.58-1"
+_extramodules="6.1.58-1-lts"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
pkgrel=1
@@ -28,7 +28,7 @@ makedepends=("linux-lts-headers=${_kernelver}")
arch=("x86_64")
url="https://openzfs.org/"
source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
-sha256sums=("06b24cbb3cbc1554e2edf2fcd71d1f8bec4febf4412aeac17070877c44302abd")
+sha256sums=("42035fd059faa25a09cd511b24a57b8ad1285cb69127f2a0043b98562c5ec690")
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux-lts=${_kernelver}")