summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-01-02 12:03:55 -0800
committerJesus Alvarez2016-01-02 12:03:55 -0800
commite28e5c20500b8340a5f837f770b0f281d01bfaf2 (patch)
tree9d5e4a596d3122a15533a331ee4b3d97a2dab73a
parent08355b83f48e5608974fcc98742de25b54204322 (diff)
downloadaur-e28e5c20500b8340a5f837f770b0f281d01bfaf2.tar.gz
Update for kernel 4.3.3-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--zfs.install4
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87c49f038a1e..b372c2b12249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Jan 2 20:03:55 UTC 2016
pkgbase = zfs-git
pkgdesc = Kernel modules for the Zettabyte File System.
- pkgver = 0.6.5.3_r0_g9aaf60b_4.2.5_1
+ pkgver = 0.6.5.3_r0_g9aaf60b_4.3.3_2
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs.install
@@ -9,10 +11,10 @@ pkgbase = zfs-git
groups = archzfs-git
license = CDDL
makedepends = git
- makedepends = linux-headers=4.2.5-1
+ makedepends = linux-headers=4.3.3-2
depends = spl-git
depends = zfs-utils-git
- depends = linux=4.2.5-1
+ depends = linux=4.3.3-2
provides = zfs
conflicts = zfs
conflicts = zfs-lts
diff --git a/PKGBUILD b/PKGBUILD
index 98e72931ff53..42003120d99b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,17 @@
# The build script generates and updates the pkgver and _kernel* variables.
#
pkgname="zfs-git"
-pkgver=0.6.5.3_r0_g9aaf60b_4.2.5_1
+pkgver=0.6.5.3_r0_g9aaf60b_4.3.3_2
pkgrel=1
license=('CDDL')
# 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.2.5-1"
-_kernel_version_x32_full="4.2.5-1"
-_kernel_version_x64="4.2.5-1"
-_kernel_version_x64_full="4.2.5-1"
+_kernel_version_x32="4.3.3-2"
+_kernel_version_x32_full="4.3.3-2"
+_kernel_version_x64="4.3.3-2"
+_kernel_version_x64_full="4.3.3-2"
if [[ $CARCH == "i686" ]]; then
_kernel_version=${_kernel_version_x32}
diff --git a/zfs.install b/zfs.install
index d913c68a8dec..aef9938171c2 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.2.5-1"
- _kernel_version_x64_full="4.2.5-1"
+ _kernel_version_x32_full="4.3.3-2"
+ _kernel_version_x64_full="4.3.3-2"
[[ $CARCH == "i686" ]] && _kernel_version_full=${_kernel_version_x32_full} || _kernel_version_full=${_kernel_version_x64_full}