Semi-automated update for kernel 5.15.3.arch1-1 + zfs 2.1.1

This commit is contained in:
Archzfs Buildbot 2021-11-21 22:00:36 +00:00
parent 0d9ca4b850
commit f6789e28bf
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.1.1_5.15.2.arch1.1
pkgver = 2.1.1_5.15.3.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.15.2.arch1-1
makedepends = linux-headers=5.15.3.arch1-1
depends = kmod
depends = zfs-utils=2.1.1
depends = linux=5.15.2.arch1-1
depends = linux=5.15.3.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.1/zfs-2.1.1.tar.gz
sha256sums = bd4f48d009f3b5e291390bde62b0131b8bf3fab09f4fc0fa3591b1f2e7074cff

View File

@ -18,7 +18,7 @@
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.1.1"
_kernelver="5.15.2.arch1-1"
_kernelver="5.15.3.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"