Semi-automated update for kernel 4.19.8.arch1-1 + zfs 0.7.12

This commit is contained in:
Archzfs Buildbot 2018-12-11 01:56:58 +00:00
parent df43d24cef
commit 7c7920ee6a
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
pkgbase = zfs-linux
pkgver = 0.7.12_4.19.4.arch1.1
pkgver = 0.7.12_4.19.8.arch1.1
pkgrel = 2
url = http://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=4.19.4.arch1-1
makedepends = linux-headers=4.19.8.arch1-1
makedepends = spl-linux-headers
depends = kmod
depends = spl-linux
depends = zfs-utils=0.7.12
depends = linux=4.19.4.arch1-1
depends = linux=4.19.8.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.12/zfs-0.7.12.tar.gz
sha256sums = 720e3b221c1ba5d4c18c990e48b86a2eb613575a0c3cc84c0aa784b17b7c2848

View File

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