summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-04-09 12:12:07 -0700
committerJesus Alvarez2016-04-09 12:12:07 -0700
commitd580acee7111f6a8f05951ca91d71eed6f7fa95c (patch)
tree28858f5dab5a87fb2dcd13eaf8d685f3a9c8fc96
parent26c33cefdf206a1f1533f76f80ba5599ef967056 (diff)
downloadaur-d580acee7111f6a8f05951ca91d71eed6f7fa95c.tar.gz
Update for kernel 4.1.21-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--zfs.install4
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c5c671772c0..d42b5d45c222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 06:04:45 UTC 2016
+# Sat Apr 9 19:12:07 UTC 2016
pkgbase = zfs-lts
pkgdesc = Kernel modules for the Zettabyte File System.
- pkgver = 0.6.5.6_4.1.20_1
+ pkgver = 0.6.5.6_4.1.21_1
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs.install
@@ -10,10 +10,10 @@ pkgbase = zfs-lts
arch = x86_64
groups = archzfs-lts
license = CDDL
- makedepends = linux-lts-headers=4.1.20-1
+ makedepends = linux-lts-headers=4.1.21-1
depends = spl-lts
depends = zfs-utils-lts
- depends = linux-lts=4.1.20-1
+ depends = linux-lts=4.1.21-1
provides = zfs
conflicts = zfs
conflicts = zfs-git
diff --git a/PKGBUILD b/PKGBUILD
index 6c4d54f11492..d6c3a0f9bc89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,16 +9,16 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-lts"
-pkgver=0.6.5.6_4.1.20_1
+pkgver=0.6.5.6_4.1.21_1
pkgrel=1
# Used incase the i686 and x86_64 linux packages get out of sync with the
# PKGREL. This occurred on January 31, 2014 where i686 was versioned at
# 3.12.9-1 and x86_64 was versioned at 3.12.9-2.
-_kernel_version_x32="4.1.20-1"
-_kernel_version_x32_full="4.1.20-1"
-_kernel_version_x64="4.1.20-1"
-_kernel_version_x64_full="4.1.20-1"
+_kernel_version_x32="4.1.21-1"
+_kernel_version_x32_full="4.1.21-1"
+_kernel_version_x64="4.1.21-1"
+_kernel_version_x64_full="4.1.21-1"
if [[ $CARCH == "i686" ]]; then
_kernel_version=${_kernel_version_x32}
diff --git a/zfs.install b/zfs.install
index 77c79507e01d..6afcfef6e860 100644
--- a/zfs.install
+++ b/zfs.install
@@ -13,8 +13,8 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating module dependencies. Please wait ..."
- _kernel_version_x32_full="4.1.20-1"
- _kernel_version_x64_full="4.1.20-1"
+ _kernel_version_x32_full="4.1.21-1"
+ _kernel_version_x64_full="4.1.21-1"
[[ $CARCH == "i686" ]] && _kernel_version_full=${_kernel_version_x32_full} || _kernel_version_full=${_kernel_version_x64_full}