Semi-automated update for 4.13.1.b.1-1

This commit is contained in:
Jesus Alvarez
2017-09-13 12:51:52 -07:00
parent 76907c0f92
commit ad17ce36ee
2 changed files with 7 additions and 7 deletions

View File

@@ -18,15 +18,15 @@
pkgbase="zfs-linux-hardened"
pkgname=("zfs-linux-hardened" "zfs-linux-hardened-headers")
pkgver=0.7.1_4.13.1.a.1
pkgver=0.7.1_4.13.1.b.1
pkgrel=1
makedepends=("linux-hardened-headers=4.13.1.a-1" "spl-linux-hardened-headers")
makedepends=("linux-hardened-headers=4.13.1.b-1" "spl-linux-hardened-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.1/zfs-0.7.1.tar.gz")
sha256sums=("231b104979ddacfeb1889e1dec175337276e7b3b109d40656089744b5caf3ef6")
license=("CDDL")
depends=("kmod" "spl-linux-hardened" "zfs-utils-common>=0.7.1" "linux-hardened=4.13.1.a-1")
depends=("kmod" "spl-linux-hardened" "zfs-utils-common>=0.7.1" "linux-hardened=4.13.1.b-1")
build() {
cd "${srcdir}/zfs-0.7.1"