summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-04-24 16:09:28 -0700
committerJesus Alvarez2016-04-24 16:09:28 -0700
commit35072dcef199fa0d3d00ab71e4db089f588869fd (patch)
tree7fec00d3fc58a80d89eba8b4e841c576a8d034eb
parent995caaea8a587ffb54150581a35c194a6b90de1b (diff)
downloadaur-35072dcef199fa0d3d00ab71e4db089f588869fd.tar.gz
Semi-automated update for 0.6.5.6_4.4.8_1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--zfs.install2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48b77cbdb1f..5d5941d7163f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 02:18:44 UTC 2016
+# Sun Apr 24 23:09:28 UTC 2016
pkgbase = zfs-linux-lts
pkgdesc = Kernel modules for the Zettabyte File System.
pkgver = 0.6.5.6_4.4.8_1
- pkgrel = 1
+ pkgrel = 2
url = http://zfsonlinux.org/
install = zfs.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bac0e281eb5a..2f1ff552c9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
#
pkgname="zfs-linux-lts"
pkgver=0.6.5.6_4.4.8_1
-pkgrel=1
+pkgrel=2
pkgdesc="Kernel modules for the Zettabyte File System."
depends=("kmod" "spl-linux-lts" "zfs-utils-linux-lts"
"linux-lts>=4.4.8" "linux-lts<4.5"
diff --git a/zfs.install b/zfs.install
index 5f244f67e11b..8c2549f7fefb 100644
--- a/zfs.install
+++ b/zfs.install
@@ -21,7 +21,7 @@ check_initramfs() {
echo '>>> "hooks" list and then regenerate the initial ramdisk.'
else
echo ">>> Generating initial ramdisk, using mkinitcpio. Please wait..."
- mkinitcpio -p linux
+ mkinitcpio -p linux-lts
fi
fi
}