Semi-automated update for kernel 5.16.0.arch1-1 + zfs 2.1.2

This commit is contained in:
Archzfs Buildbot 2022-01-13 16:40:44 +00:00
parent 12fb651c1a
commit e37e89db53
2 changed files with 6 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.1.2_5.15.13.arch1.1
pkgver = 2.1.2_5.16.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.15.13.arch1-1
makedepends = linux-headers=5.16.arch1-1
depends = kmod
depends = zfs-utils=2.1.2
depends = linux=5.15.13.arch1-1
depends = linux=5.16.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.2/zfs-2.1.2.tar.gz
sha256sums = 258cf1d17a1f668a3b99b61eaf14be06c614df42503db0319bef1b9fc4c8b9e7

View File

@ -18,8 +18,9 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.1.2"
_kernelver="5.15.13.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
_kernelver="5.16.arch1-1"
_kernelver_full="5.16.0.arch1-1"
_extramodules="${_kernelver_full/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
pkgrel=1