diff --git a/.SRCINFO b/.SRCINFO index df4a3bc..dacda75 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = zfs-dkms pkgdesc = Kernel modules for the Zettabyte File System. pkgver = 0.8.4 - pkgrel = 1 + pkgrel = 2 url = https://zfsonlinux.org/ arch = x86_64 groups = archzfs-dkms @@ -19,7 +19,9 @@ pkgbase = zfs-dkms conflicts = spl-headers replaces = spl-dkms source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.4/zfs-0.8.4.tar.gz + source = linux-5.8-compat-__vmalloc.patch sha256sums = 2b988f5777976f09d08083f6bebf6e67219c4c4c183c1f33033fb7e5e5eacafb + sha256sums = 264728b1e4f7f7509fde76b6049c93033aa813ae6324f37609ff95db8c9e8959 pkgname = zfs-dkms diff --git a/PKGBUILD b/PKGBUILD index b6f91a2..fb56417 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname="zfs-dkms" pkgdesc="Kernel modules for the Zettabyte File System." pkgver=0.8.4 -pkgrel=1 +pkgrel=2 makedepends=() arch=("x86_64") url="https://zfsonlinux.org/"