Semi-automated update for kernel 5.10.15.arch1-1 + zfs 2.0.3

This commit is contained in:
Archzfs Buildbot 2021-02-12 14:11:47 +00:00
parent d0c1f33bc2
commit e28dba0c43
2 changed files with 7 additions and 7 deletions

View File

@ -1,15 +1,15 @@
pkgbase = zfs-linux
pkgver = 2.0.2_5.10.15.arch1.1
pkgver = 2.0.3_5.10.15.arch1.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.10.15.arch1-1
depends = kmod
depends = zfs-utils=2.0.2
depends = zfs-utils=2.0.3
depends = linux=5.10.15.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.2/zfs-2.0.2.tar.gz
sha256sums = bde5067ce4577d26cc0f0313a09173ad40d590d01539b92c93f33f06ee150b24
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.0.3/zfs-2.0.3.tar.gz
sha256sums = 0694f64aa76a3a0a506e20e99b49102c3cb68bef63cb0f0154e50befc387e539
pkgname = zfs-linux
pkgdesc = Kernel modules for the Zettabyte File System.

View File

@ -17,7 +17,7 @@
#
pkgbase="zfs-linux"
pkgname=("zfs-linux" "zfs-linux-headers")
_zfsver="2.0.2"
_zfsver="2.0.3"
_kernelver="5.10.15.arch1-1"
_extramodules="${_kernelver/.arch/-arch}"
@ -27,13 +27,13 @@ makedepends=("linux-headers=${_kernelver}")
arch=("x86_64")
url="https://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
sha256sums=("bde5067ce4577d26cc0f0313a09173ad40d590d01539b92c93f33f06ee150b24")
sha256sums=("0694f64aa76a3a0a506e20e99b49102c3cb68bef63cb0f0154e50befc387e539")
license=("CDDL")
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
build() {
cd "${srcdir}/zfs-${_zfsver}"
./autogen.sh || true
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
--datadir=/usr/share --includedir=/usr/include --with-udevdir=/usr/lib/udev \
--libexecdir=/usr/lib --with-config=kernel \