Semi-automated update for kernel 5.4.6.arch3-1 + zfs 0.8.2

This commit is contained in:
Archzfs Buildbot 2019-12-25 13:11:52 +00:00
parent 2ff2c7f826
commit 68e65f5210
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
pkgbase = zfs-linux
pkgver = 0.8.2_5.4.6.arch1.1
pkgver = 0.8.2_5.4.6.arch3.1
pkgrel = 1
url = https://zfsonlinux.org/
arch = x86_64
license = CDDL
makedepends = linux-headers=5.4.6.arch1-1
makedepends = linux-headers=5.4.6.arch3-1
depends = kmod
depends = zfs-utils=0.8.2
depends = linux=5.4.6.arch1-1
depends = linux=5.4.6.arch3-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.2/zfs-0.8.2.tar.gz
sha256sums = 47608e257c8ecebb918014ef1da6172c3a45d990885891af18e80f5cc28beab8

View File

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