Semi-automated update for kernel 5.7.15.a-1 + zfs 0.8.4

This commit is contained in:
Archzfs Buildbot
2020-08-17 00:57:08 +00:00
parent c7788f5500
commit af9d2670e8
2 changed files with 219 additions and 2 deletions

View File

@@ -26,10 +26,18 @@ pkgrel=1
makedepends=("linux-hardened-headers=${_kernelver}")
arch=("x86_64")
url="https://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
sha256sums=("2b988f5777976f09d08083f6bebf6e67219c4c4c183c1f33033fb7e5e5eacafb")
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz"
"linux-5.8-compat-__vmalloc.patch"
)
sha256sums=("2b988f5777976f09d08083f6bebf6e67219c4c4c183c1f33033fb7e5e5eacafb"
"264728b1e4f7f7509fde76b6049c93033aa813ae6324f37609ff95db8c9e8959"
)
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux-hardened=${_kernelver}")
prepare() {
cd "${srcdir}/zfs-${_zfsver}"
patch -Np1 -i ${srcdir}/linux-5.8-compat-__vmalloc.patch
}
build() {
cd "${srcdir}/zfs-${_zfsver}"