Update for kernel 6.14.7.arch2-1 + zfs 2.3.2

This commit is contained in:
LightDot 2025-05-24 22:50:56 +02:00
parent e6c4cd544e
commit 490c271296
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.3.2_6.14.6.arch1.1
pkgver = 2.3.2_6.14.7.arch2.1
pkgrel = 1
url = https://openzfs.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=6.14.6.arch1-1
makedepends = linux-headers=6.14.7.arch2-1
depends = kmod
depends = zfs-utils=2.3.2
depends = linux=6.14.6.arch1-1
depends = linux=6.14.7.arch2-1
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.2/zfs-2.3.2.tar.gz
sha256sums = 80da628a9543ec3355bf410617450e167706948ceb287541455a1b8d87b8758a

View File

@ -21,8 +21,8 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.3.2"
_kernelver="6.14.6.arch1-1"
_kernelver_full="6.14.6.arch1-1"
_kernelver="6.14.7.arch2-1"
_kernelver_full="6.14.7.arch2-1"
_extramodules="${_kernelver_full/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"