summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-04-23 16:12:53 -0700
committerJesus Alvarez2017-04-23 16:12:53 -0700
commit69aa7855cb929ac1725bd349df055db021c6c01a (patch)
treecbe23e0bbf3b4bece91356de6bae7b2f1dfc30d9
parent2a7d92cfba338b7532506bc6407b8a8fb85d00eb (diff)
downloadaur-69aa7855cb929ac1725bd349df055db021c6c01a.tar.gz
Semi-automated update for 4.9.24_1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--zfs.install2
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5bfad9ce4cc..dc79be47d5b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Apr 19 21:02:17 UTC 2017
+# Sun Apr 23 23:12:06 UTC 2017
pkgbase = zfs-linux-lts
pkgdesc = Kernel modules for the Zettabyte File System.
- pkgver = 0.6.5.9_4.9.23_1
+ pkgver = 0.6.5.9_4.9.24_1
pkgrel = 1
url = http://zfsonlinux.org/
install = zfs.install
arch = x86_64
groups = archzfs-linux-lts
license = CDDL
- makedepends = linux-lts-headers=4.9.23
+ makedepends = linux-lts-headers=4.9.24
depends = kmod
depends = spl-linux-lts
depends = zfs-utils-linux-lts
- depends = linux-lts=4.9.23
+ depends = linux-lts=4.9.24
provides = zfs
conflicts = zfs-linux
conflicts = zfs-linux-git
diff --git a/PKGBUILD b/PKGBUILD
index e03a2bfb764a..4c5ad9877348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,11 @@
#
#
pkgname="zfs-linux-lts"
-pkgver=0.6.5.9_4.9.23_1
+pkgver=0.6.5.9_4.9.24_1
pkgrel=1
pkgdesc="Kernel modules for the Zettabyte File System."
-depends=("kmod" "spl-linux-lts" "zfs-utils-linux-lts" "linux-lts=4.9.23")
-makedepends=("linux-lts-headers=4.9.23")
+depends=("kmod" "spl-linux-lts" "zfs-utils-linux-lts" "linux-lts=4.9.24")
+makedepends=("linux-lts-headers=4.9.24")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.6.5.9/zfs-0.6.5.9.tar.gz")
@@ -37,8 +37,8 @@ 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.9 --with-config=kernel \
- --with-linux=/usr/lib/modules/4.9.23-1-lts/build \
- --with-linux-obj=/usr/lib/modules/4.9.23-1-lts/build
+ --with-linux=/usr/lib/modules/4.9.24-1-lts/build \
+ --with-linux-obj=/usr/lib/modules/4.9.24-1-lts/build
make
}
@@ -48,5 +48,5 @@ package() {
cp -r "${pkgdir}"/{lib,usr}
rm -r "${pkgdir}"/lib
# Remove reference to ${srcdir}
- sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.9.23-1-lts/Module.symvers
+ sed -i "s+${srcdir}++" ${pkgdir}/usr/src/zfs-*/4.9.24-1-lts/Module.symvers
}
diff --git a/zfs.install b/zfs.install
index 5a3fb396e975..3b3b1755ef90 100644
--- a/zfs.install
+++ b/zfs.install
@@ -12,7 +12,7 @@ post_upgrade() {
check_initramfs() {
echo ">>> Updating ZFS module dependencies"
- depmod -a 4.9.23-1-lts
+ depmod -a 4.9.24-1-lts
MK_CONF=$(grep -v '#' /etc/mkinitcpio.conf | grep zfs >/dev/null; echo $?);
if [[ ${MK_CONF} == '0' ]]; then
if [[ $1 == 'remove' ]]; then