summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-07-28 02:46:07 -0700
committerJesus Alvarez2017-07-28 02:46:07 -0700
commit2df4db06dc9b18978fd6fc9115baae2c009e9790 (patch)
tree54b3955544fa01095f01e011e12acaee2522e78f
parent0d96baf38e89dd0d392f7c638723ebb679ee22e4 (diff)
downloadaur-2df4db06dc9b18978fd6fc9115baae2c009e9790.tar.gz
Semi-automated update for 4.9.37_1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec23ae3f2c60..9e0ef72960d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Jul 17 07:04:29 UTC 2017
+# Fri Jul 28 09:02:52 UTC 2017
pkgbase = zfs-linux-lts
- pkgver = 0.6.5.11_4.9.37_1
+ pkgver = 0.7.0_4.9.37_1
pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = zfs-linux-lts
depends = spl-linux-lts
depends = zfs-utils-common
depends = linux-lts=4.9.37
- source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.6.5.11/zfs-0.6.5.11.tar.gz
- sha256sums = 136b3061737f1a43f5310919cacbf1b8a0db72b792ef8b1606417aff16dab59d
+ source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.0/zfs-0.7.0.tar.gz
+ sha256sums = 6907524f5ca4149b799fe65cd31b552b0ae90dba5dc20524e1a24fc708d807d2
pkgname = zfs-linux-lts
pkgdesc = Kernel modules for the Zettabyte File System.
diff --git a/PKGBUILD b/PKGBUILD
index 45b6fcc6823f..7da6b20f10b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,22 +17,22 @@
#
pkgbase="zfs-linux-lts"
pkgname=("zfs-linux-lts" "zfs-linux-lts-headers")
-pkgver=0.6.5.11_4.9.37_1
+pkgver=0.7.0_4.9.37_1
pkgrel=1
makedepends=("linux-lts-headers=4.9.37" "libelf" "spl-linux-lts-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
-source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.6.5.11/zfs-0.6.5.11.tar.gz")
-sha256sums=("136b3061737f1a43f5310919cacbf1b8a0db72b792ef8b1606417aff16dab59d")
+source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.0/zfs-0.7.0.tar.gz")
+sha256sums=("6907524f5ca4149b799fe65cd31b552b0ae90dba5dc20524e1a24fc708d807d2")
license=("CDDL")
depends=("kmod" "spl-linux-lts" "zfs-utils-common" "linux-lts=4.9.37")
build() {
- cd "${srcdir}/zfs-0.6.5.11"
+ cd "${srcdir}/zfs-0.7.0"
./autogen.sh
./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.11 --with-config=kernel \
+ --libexecdir=/usr/lib/zfs-0.7.0 --with-config=kernel \
--with-linux=/usr/lib/modules/4.9.37-1-lts/build \
--with-linux-obj=/usr/lib/modules/4.9.37-1-lts/build
make
@@ -44,7 +44,7 @@ package_zfs-linux-lts() {
provides=("zfs")
groups=("archzfs-linux-lts")
conflicts=('zfs-linux-lts-git')
- cd "${srcdir}/zfs-0.6.5.11"
+ cd "${srcdir}/zfs-0.7.0"
make DESTDIR="${pkgdir}" install
cp -r "${pkgdir}"/{lib,usr}
rm -r "${pkgdir}"/lib
@@ -55,7 +55,7 @@ package_zfs-linux-lts() {
package_zfs-linux-lts-headers() {
pkgdesc="Kernel headers for the Zettabyte File System."
conflicts=('zfs-linux-lts-git-headers' 'zfs-linux-headers' 'zfs-linux-git-headers' 'zfs-linux-hardened-headers' 'zfs-linux-hardened-git-headers')
- cd "${srcdir}/zfs-0.6.5.11"
+ cd "${srcdir}/zfs-0.7.0"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"
# Remove reference to ${srcdir}