Semi-automated update for kernel 6.7.4.arch1-1 + zfs 2.2.2

This commit is contained in:
Archzfs Buildbot 2024-02-11 14:47:17 +00:00
parent 356d7a572d
commit 36a8393d25
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.2.2_6.7.3.arch1.2
pkgver = 2.2.2_6.7.4.arch1.1
pkgrel = 1
url = https://openzfs.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=6.7.3.arch1-2
makedepends = linux-headers=6.7.4.arch1-1
depends = kmod
depends = zfs-utils=2.2.2
depends = linux=6.7.3.arch1-2
depends = linux=6.7.4.arch1-1
source = https://github.com/openzfs/zfs/releases/download/zfs-2.2.2/zfs-2.2.2.tar.gz
source = linux-6.7-compat.patch
sha256sums = 76bc0547d9ba31d4b0142e417aaaf9f969072c3cb3c1a5b10c8738f39ed12fc9

View File

@ -18,8 +18,8 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.2.2"
_kernelver="6.7.3.arch1-2"
_kernelver_full="6.7.3.arch1-2"
_kernelver="6.7.4.arch1-1"
_kernelver_full="6.7.4.arch1-1"
_extramodules="${_kernelver_full/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"