summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Alvarez2017-12-21 18:58:29 -0800
committerJesus Alvarez2017-12-21 18:58:29 -0800
commit925b779567122b0103972edb4332a2bdbca6828c (patch)
treee921b6307d1372f66c035ba0b558c593bc3b90d0
parent9bd83ae38a771ba4bce7e3c3f29de5615dc01f53 (diff)
downloadaur-925b779567122b0103972edb4332a2bdbca6828c.tar.gz
Semi-automated update for 4.13.12.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4906610968a..8bbff74b7e83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 18 22:50:23 UTC 2017
+# Fri Dec 22 01:28:32 UTC 2017
pkgbase = zfs-linux-vfio-git
- pkgver = 2017.12.18.r3214.bbffb59ef.4.13.12.2
- pkgrel = 2
+ pkgver = 2017.12.21.r3220.a8b2e3068.4.13.12.2
+ pkgrel = 1
url = http://zfsonlinux.org/
arch = x86_64
license = CDDL
@@ -11,7 +11,7 @@ pkgbase = zfs-linux-vfio-git
makedepends = spl-linux-vfio-git-headers
depends = kmod
depends = spl-linux-vfio-git
- depends = zfs-utils-common-git>=2017.12.18.r3214.bbffb59ef
+ depends = zfs-utils-common-git>=2017.12.21.r3220.a8b2e3068
depends = linux-vfio=4.13.12-2
source = git+https://github.com/zfsonlinux/zfs.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d3a47919ab34..e6ed90f2f58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,22 +17,22 @@
pkgbase="zfs-linux-vfio-git"
pkgname=("zfs-linux-vfio-git" "zfs-linux-vfio-git-headers")
-pkgver=2017.12.18.r3214.bbffb59ef.4.13.12.2
-pkgrel=2
+pkgver=2017.12.21.r3220.a8b2e3068.4.13.12.2
+pkgrel=1
makedepends=("linux-vfio-headers=4.13.12-2" "git" "spl-linux-vfio-git-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
source=("git+https://github.com/zfsonlinux/zfs.git")
sha256sums=("SKIP")
license=("CDDL")
-depends=("kmod" "spl-linux-vfio-git" "zfs-utils-common-git>=2017.12.18.r3214.bbffb59ef" "linux-vfio=4.13.12-2")
+depends=("kmod" "spl-linux-vfio-git" "zfs-utils-common-git>=2017.12.21.r3220.a8b2e3068" "linux-vfio=4.13.12-2")
build() {
cd "${srcdir}/zfs"
./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.7.4 --with-config=kernel \
+ --libexecdir=/usr/lib/zfs-0.7.5 --with-config=kernel \
--with-linux=/usr/lib/modules/4.13.12-2-vfio/build \
--with-linux-obj=/usr/lib/modules/4.13.12-2-vfio/build
make