Semi-automated update for kernel 5.13.12.arch1-1 + zfs 2.1.0

This commit is contained in:
Archzfs Buildbot 2021-08-21 13:01:30 +00:00
parent f295c85799
commit 140522c95b
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.1.0_5.13.10.arch1.1
pkgver = 2.1.0_5.13.12.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.13.10.arch1-1
makedepends = linux-headers=5.13.12.arch1-1
depends = kmod
depends = zfs-utils=2.1.0
depends = linux=5.13.10.arch1-1
depends = linux=5.13.12.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.0/zfs-2.1.0.tar.gz
sha256sums = 60bddcb630284c771dcf5a1109ca9329d16523a3a40a374019955cfbf97bf34f

View File

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