Semi-automated update for kernel 6.1.12.arch1-1 + zfs 2.1.9

This commit is contained in:
Archzfs Buildbot 2023-02-17 15:09:29 +00:00
parent 3aad0de1a1
commit 1baa9f9ac2
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux pkgbase = zfs-linux
pkgver = 2.1.9_6.1.11.arch1.1 pkgver = 2.1.9_6.1.12.arch1.1
pkgrel = 1 pkgrel = 1
url = https://openzfs.org/ url = https://openzfs.org/
arch = x86_64 arch = x86_64
license = CDDL license = CDDL
makedepends = linux-headers=6.1.11.arch1-1 makedepends = linux-headers=6.1.12.arch1-1
depends = kmod depends = kmod
depends = zfs-utils=2.1.9 depends = zfs-utils=2.1.9
depends = linux=6.1.11.arch1-1 depends = linux=6.1.12.arch1-1
source = https://github.com/openzfs/zfs/releases/download/zfs-2.1.9/zfs-2.1.9.tar.gz source = https://github.com/openzfs/zfs/releases/download/zfs-2.1.9/zfs-2.1.9.tar.gz
sha256sums = 6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6 sha256sums = 6b172cdf2eb54e17fcd68f900fab33c1430c5c59848fa46fab83614922fe50f6

View File

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