Update for kernel 6.16.3.arch1-1 + zfs 2.3.4

This commit is contained in:
LightDot
2025-08-27 07:19:41 +02:00
parent cb7733805d
commit 33c7032648
2 changed files with 8 additions and 8 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = zfs-linux
pkgver = 2.3.3_6.15.9.arch1.1
pkgver = 2.3.4_6.16.3.arch1.1
pkgrel = 1
url = https://openzfs.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=6.15.9.arch1-1
makedepends = linux-headers=6.16.3.arch1-1
depends = kmod
depends = zfs-utils=2.3.3
depends = linux=6.15.9.arch1-1
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.3/zfs-2.3.3.tar.gz
depends = zfs-utils=2.3.4
depends = linux=6.16.3.arch1-1
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.4/zfs-2.3.4.tar.gz
sha256sums = 844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071
pkgname = zfs-linux

View File

@@ -20,9 +20,9 @@
#
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.3.3"
_kernelver="6.15.9.arch1-1"
_kernelver_full="6.15.9.arch1-1"
_zfsver="2.3.4"
_kernelver="6.16.3.arch1-1"
_kernelver_full="6.16.3.arch1-1"
_extramodules="${_kernelver_full/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"