summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArchzfs Buildbot2018-09-22 15:14:31 +0000
committerArchzfs Buildbot2018-09-22 15:14:31 +0000
commitfdefb1f4cdd0ec945b49838c28867185ea592652 (patch)
tree1f8faab3989a6177b066694706179dc690945147 /PKGBUILD
parent6fee2edc7c89845eaf45208ecd3e56f80dd38e2e (diff)
downloadaur-fdefb1f4cdd0ec945b49838c28867185ea592652.tar.gz
Semi-automated update for kernel 4.18.9.a-1 + latest git commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81e12b4f647c..1c97f7cf861e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@
#
pkgbase="zfs-linux-hardened-git"
pkgname=("zfs-linux-hardened-git" "zfs-linux-hardened-git-headers")
-_commit='145c88fb7bfb7e5941a0994daa3d9f4401a167a1'
-_zfsver="2018.09.18.r4729.g145c88fb7"
+_commit='dda5500853c736aca9ad8c14f7d22cd9d9f9fb36'
+_zfsver="2018.09.21.r4732.gdda550085"
_kernelver="4.18.9.a-1"
_extramodules="4.18.9.a-1-hardened"
@@ -46,9 +46,9 @@ build() {
package_zfs-linux-hardened-git() {
pkgdesc="Kernel modules for the Zettabyte File System."
install=zfs.install
- provides=("zfs")
+ provides=("zfs" "spl")
groups=("archzfs-linux-hardened-git")
- conflicts=('zfs-linux-hardened' 'spl-linux-hardened-git' 'spl-linux-hardened')
+ conflicts=("zfs-dkms" "zfs-dkms-git" 'zfs-linux-hardened' 'spl-linux-hardened-git' 'spl-linux-hardened' "spl-dkms" "spl-dkms-git")
replaces=("spl-linux-hardened-git")
cd "${srcdir}/zfs"
make DESTDIR="${pkgdir}" install
@@ -60,7 +60,8 @@ package_zfs-linux-hardened-git() {
package_zfs-linux-hardened-git-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-lts-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" "spl-headers")
+ conflicts=("zfs-headers" "zfs-dkms" "zfs-dkms-git" "spl-dkms" "spl-dkms-git" "spl-headers")
cd "${srcdir}/zfs"
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/lib"