From 40f93812ed3d6efbea89a61d792b4c8f6df1687a Mon Sep 17 00:00:00 2001 From: Jesus Alvarez Date: Wed, 30 Sep 2015 10:42:11 -0700 Subject: [PATCH] Update for kernel 4.2.1-1 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9785e3a..bf8b16d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = zfs-git pkgdesc = Kernel modules for the Zettabyte File System. - pkgver = 0.6.5.1_r0_g159270e_4.2.1_1 + pkgver = 0.6.5.2_r0_g0b7b4bd_4.2.1_1 pkgrel = 1 url = http://zfsonlinux.org/ install = zfs.install @@ -17,7 +17,7 @@ pkgbase = zfs-git conflicts = zfs conflicts = zfs-lts replaces = zfs - source = git+https://github.com/zfsonlinux/zfs.git#commit=159270ef + source = git+https://github.com/zfsonlinux/zfs.git#commit=0b7b4bd2 md5sums = SKIP pkgname = zfs-git diff --git a/PKGBUILD b/PKGBUILD index c9101aa..a0ef25d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ # The build script generates and updates the pkgver and _kernel* variables. # pkgname="zfs-git" -pkgver=0.6.5.1_r0_g159270e_4.2.1_1 +pkgver=0.6.5.2_r0_g0b7b4bd_4.2.1_1 pkgrel=1 license=('CDDL') @@ -33,7 +33,7 @@ depends=("spl-git" "zfs-utils-git" "linux=${_kernel_version}") makedepends=("git" "linux-headers=${_kernel_version}") arch=("i686" "x86_64") url="http://zfsonlinux.org/" -source=("git+https://github.com/zfsonlinux/zfs.git#commit=159270ef") +source=("git+https://github.com/zfsonlinux/zfs.git#commit=0b7b4bd2") groups=("archzfs-git") md5sums=('SKIP') replaces=("zfs")