Semi-automated update for kernel 4.18.14.arch1-1 + zfs 0.7.11

This commit is contained in:
Archzfs Buildbot 2018-10-17 13:08:20 +00:00
parent 0a2c98ea00
commit 0ae6712a3e
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
pkgbase = zfs-linux pkgbase = zfs-linux
pkgver = 0.7.11_4.18.12.arch1.1 pkgver = 0.7.11_4.18.14.arch1.1
pkgrel = 2 pkgrel = 2
url = http://zfsonlinux.org/ url = http://zfsonlinux.org/
arch = x86_64 arch = x86_64
license = CDDL license = CDDL
makedepends = linux-headers=4.18.12.arch1-1 makedepends = linux-headers=4.18.14.arch1-1
makedepends = spl-linux-headers makedepends = spl-linux-headers
depends = kmod depends = kmod
depends = spl-linux depends = spl-linux
depends = zfs-utils-common=0.7.11 depends = zfs-utils-common=0.7.11
depends = linux=4.18.12.arch1-1 depends = linux=4.18.14.arch1-1
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.11/zfs-0.7.11.tar.gz source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.11/zfs-0.7.11.tar.gz
sha256sums = 4dff9ecce6e02061242d9435febe88c1250de83b96d392b712bccf31c459517a sha256sums = 4dff9ecce6e02061242d9435febe88c1250de83b96d392b712bccf31c459517a

View File

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