Semi-automated update for kernel 5.12.5.arch1-1 + zfs 2.0.4

This commit is contained in:
Archzfs Buildbot 2021-05-20 22:54:24 +00:00
parent 5d859ec732
commit 750c5ddaf0
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux pkgbase = zfs-linux
pkgver = 2.0.4_5.12.4.arch1.2 pkgver = 2.0.4_5.12.5.arch1.1
pkgrel = 1 pkgrel = 1
url = https://zfsonlinux.org/ url = https://zfsonlinux.org/
arch = x86_64 arch = x86_64
license = CDDL license = CDDL
makedepends = linux-headers=5.12.4.arch1-2 makedepends = linux-headers=5.12.5.arch1-1
depends = kmod depends = kmod
depends = zfs-utils=2.0.4 depends = zfs-utils=2.0.4
depends = linux=5.12.4.arch1-2 depends = linux=5.12.5.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.4/zfs-2.0.4.tar.gz source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.4/zfs-2.0.4.tar.gz
source = linux-5.12-compat.patch source = linux-5.12-compat.patch
sha256sums = 7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c sha256sums = 7d1344c5433b91823f02c2e40b33d181fa6faf286bea5591f4b1965f23d45f6c

View File

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