Semi-automated update for kernel 6.1.3.arch1-1 + zfs 2.1.7

This commit is contained in:
Archzfs Buildbot 2023-01-06 15:54:04 +00:00
parent 594d73faf8
commit b412ffe66d
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.1.7_6.1.2.arch1.1
pkgver = 2.1.7_6.1.3.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=6.1.2.arch1-1
makedepends = linux-headers=6.1.3.arch1-1
depends = kmod
depends = zfs-utils=2.1.7
depends = linux=6.1.2.arch1-1
depends = linux=6.1.3.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.7/zfs-2.1.7.tar.gz
sha256sums = 6462e63e185de6ff10c64ffa6ed773201a082f9dd13e603d7e8136fcb4aca71b

View File

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