summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--zfs.install2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f129b9d1449..83a2ddb871d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 21 08:45:52 UTC 2016
+# Sun Apr 24 23:48:04 UTC 2016
pkgbase = zfs-linux-git
pkgdesc = Kernel modules for the Zettabyte File System.
- pkgver = 0.6.5_r218_g8fc5674_4.5.1_1
- pkgrel = 1
+ pkgver = 0.6.5_r219_gda5e151_4.5.1_1
+ pkgrel = 3
url = http://zfsonlinux.org/
install = zfs.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 65ba5cc1b9b0..04c5a7932f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@
# ! WARNING !
#
# The archzfs packages are kernel modules, so these PKGBUILDS will only work with the kernel package they target. In this
-# case, the archzfs-linux packages will only work with the default package! To have a single PKGBUILD target many kernels
-# would make for a cluttered PKGBUILD!
+# case, the archzfs-linux packages will only work with the default linux package! To have a single PKGBUILD target many
+# kernels would make for a cluttered PKGBUILD!
#
# If you have a custom kernel, you will need to change things in the PKGBUILDS. If you would like to have AUR or archzfs repo
# packages for your favorite kernel package built using the archzfs build tools, submit a request in the Issue tracker on the
# archzfs github page.
#
pkgname="zfs-linux-git"
-pkgver=0.6.5_r218_g8fc5674_4.5.1_1
-pkgrel=1
+pkgver=0.6.5_r219_gda5e151_4.5.1_1
+pkgrel=3
pkgdesc="Kernel modules for the Zettabyte File System."
depends=("kmod" "spl-linux-git" "zfs-utils-linux-git"
"linux>=4.5.1" "linux<4.6"
diff --git a/zfs.install b/zfs.install
index 814ff307eb10..e0aeaca51f03 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod 4.5.1-1-ARCH
+ depmod -a 4.5.1-1-ARCH
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then