summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-04-24 16:47:49 -0700
committerJesus Alvarez2016-04-24 16:47:49 -0700
commit5583681b0fdc243382e901ae390c31aab4d0256b (patch)
tree0a618e7a1da840577cd01ef8afe3420848180fb7
parente0d5aaddfd39bd0202156f863427099bdbe8f887 (diff)
downloadaur-5583681b0fdc243382e901ae390c31aab4d0256b.tar.gz
Semi-automated update for 0.6.5.6_4.5.1_1-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
-rw-r--r--zfs.install2
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44159fcf2f0e..22f99e0147f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 21 08:44:29 UTC 2016
+# Sun Apr 24 23:47:49 UTC 2016
pkgbase = zfs-linux
pkgdesc = Kernel modules for the Zettabyte File System.
pkgver = 0.6.5.6_4.5.1_1
- pkgrel = 1
+ pkgrel = 3
url = http://zfsonlinux.org/
install = zfs.install
arch = x86_64
@@ -21,3 +21,4 @@ pkgbase = zfs-linux
sha256sums = c349d46d86b4f61cd53a0891acad916cfc3f0d6754127db7f60a0bd98185aeff
pkgname = zfs-linux
+
diff --git a/PKGBUILD b/PKGBUILD
index ab3caaf661e9..8be06f7b87d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# ! 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
@@ -16,7 +16,7 @@
#
pkgname="zfs-linux"
pkgver=0.6.5.6_4.5.1_1
-pkgrel=1
+pkgrel=3
pkgdesc="Kernel modules for the Zettabyte File System."
depends=("kmod" "spl-linux" "zfs-utils-linux"
"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