summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2016-05-06 20:36:17 -0700
committerJesus Alvarez2016-05-06 20:36:17 -0700
commitebbd4cde4e3fd61a4c42365b9b8ed6ced59dfb7a (patch)
tree966775fd24a30c9227d2c0096e38c9c84914de8f
parentc85b9cfbafd3d38dfd3613bf4e02d2eab4d887f2 (diff)
downloadaur-ebbd4cde4e3fd61a4c42365b9b8ed6ced59dfb7a.tar.gz
Semi-automated update for 0.6.5.6_4.4.9_1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
-rw-r--r--zfs.install2
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfca528524c9..081283651a7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 18:38:28 UTC 2016
+# Sat May 7 03:29:18 UTC 2016
pkgbase = zfs-linux-lts
pkgdesc = Kernel modules for the Zettabyte File System.
- pkgver = 0.6.5.6_4.4.8_1
- pkgrel = 5
+ pkgver = 0.6.5.6_4.4.9_1
+ pkgrel = 1
url = http://zfsonlinux.org/
install = zfs.install
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = zfs-linux-lts
depends = kmod
depends = spl-linux-lts
depends = zfs-utils-linux-lts
- depends = linux-lts>=4.4.8
+ depends = linux-lts>=4.4.9
depends = linux-lts<4.5
- depends = linux-lts-headers>=4.4.8
+ depends = linux-lts-headers>=4.4.9
depends = linux-lts-headers<4.5
provides = zfs
source = http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2c39dc5b3eff..e588751d8d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,12 @@
#
#
pkgname="zfs-linux-lts"
-pkgver=0.6.5.6_4.4.8_1
-pkgrel=5
+pkgver=0.6.5.6_4.4.9_1
+pkgrel=1
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"
- "linux-lts-headers>=4.4.8" "linux-lts-headers<4.5")
+ "linux-lts>=4.4.9" "linux-lts<4.5"
+ "linux-lts-headers>=4.4.9" "linux-lts-headers<4.5")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.5.6.tar.gz")
@@ -37,7 +37,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
--datadir=/usr/share --includedir=/usr/include --with-udevdir=/lib/udev \
--libexecdir=/usr/lib/zfs-0.6.5.6 --with-config=kernel \
- --with-linux=/usr/lib/modules/4.4.8-1-lts/build
+ --with-linux=/usr/lib/modules/4.4.9-1-lts/build
make
}
@@ -47,5 +47,5 @@ package() {
cp -r "${pkgdir}"/{lib,usr}
rm -r "${pkgdir}"/lib
# Remove reference to ${srcdir}
- sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.4.8-1-lts/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.4.9-1-lts/Module.symvers
}
diff --git a/zfs.install b/zfs.install
index b7484fa08b13..ca31b6c6bf3b 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.4.8-1-lts
+ depmod -a 4.4.9-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then