summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-09-22 15:14:14 +0000
committerArchzfs Buildbot2018-09-22 15:14:14 +0000
commit3ad65375702024bb6f5c10be0f04da2cfad2f07f (patch)
tree88013bb8cb960c807ee7a452ac469fedca113ca4 /PKGBUILD
parent78acfce0409281ba4a5ac11fd815e716fafd9101 (diff)
downloadaur-3ad65375702024bb6f5c10be0f04da2cfad2f07f.tar.gz
Semi-automated update for kernel 4.14.71-1 + zfs 0.7.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffd9d507db81..c4f6fc01be9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,11 +18,11 @@
pkgbase="zfs-linux-lts"
pkgname=("zfs-linux-lts" "zfs-linux-lts-headers")
_zfsver="0.7.11"
-_kernelver="4.14.70-1"
-_extramodules="4.14.70-1-lts"
+_kernelver="4.14.71-1"
+_extramodules="4.14.71-1-lts"
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
-pkgrel=1
+pkgrel=2
makedepends=("linux-lts-headers=${_kernelver}" "spl-linux-lts-headers")
arch=("x86_64")
url="http://zfsonlinux.org/"
@@ -47,7 +47,7 @@ package_zfs-linux-lts() {
install=zfs.install
provides=("zfs")
groups=("archzfs-linux-lts")
- conflicts=('zfs-linux-lts-git')
+ conflicts=("zfs-dkms" "zfs-dkms-git" 'zfs-linux-lts-git')
cd "${srcdir}/zfs-${_zfsver}"
make DESTDIR="${pkgdir}" install
cp -r "${pkgdir}"/{lib,usr}
@@ -58,7 +58,8 @@ package_zfs-linux-lts() {
package_zfs-linux-lts-headers() {
pkgdesc="Kernel headers for the Zettabyte File System."
- conflicts=('zfs-archiso-linux-headers' 'zfs-archiso-linux-git-headers' 'zfs-linux-hardened-headers' 'zfs-linux-hardened-git-headers' 'zfs-linux-lts-git-headers' 'zfs-linux-headers' 'zfs-linux-git-headers' 'zfs-linux-vfio-headers' 'zfs-linux-vfio-git-headers' 'zfs-linux-zen-headers' 'zfs-linux-zen-git-headers' )
+ provides=("zfs-headers")
+ conflicts=("zfs-headers" "zfs-dkms" "zfs-dkms-git")
cd "${srcdir}/zfs-${_zfsver}"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"