Semi-automated update for kernel 5.10.4.arch2-1 + zfs 2.0.0

This commit is contained in:
Archzfs Buildbot 2021-01-06 12:13:55 +00:00
parent 445de0ab89
commit 55da57a95b
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 2.0.0_5.10.3.arch1.1
pkgver = 2.0.0_5.10.4.arch2.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.10.3.arch1-1
makedepends = linux-headers=5.10.4.arch2-1
depends = kmod
depends = zfs-utils=2.0.0
depends = linux=5.10.3.arch1-1
depends = linux=5.10.4.arch2-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.0/zfs-2.0.0.tar.gz
source = autoconf-270-compatibility.patch
sha256sums = 3403bf8e993f3c9d772f768142117df47bdbbb8e9bbf85a29c0e166f577f9311

View File

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