|
|
|
@ -8,18 +8,19 @@ |
|
|
|
|
pkgname="zfs-dkms-git" |
|
|
|
|
pkgdesc="Kernel modules for the Zettabyte File System." |
|
|
|
|
|
|
|
|
|
pkgver=2018.05.26.r3492.g3e5300e0e |
|
|
|
|
pkgver=2018.05.31.r4577.g1a5b96b8e |
|
|
|
|
pkgrel=1 |
|
|
|
|
makedepends=("git") |
|
|
|
|
arch=("x86_64") |
|
|
|
|
url="http://zfsonlinux.org/" |
|
|
|
|
source=("git+https://github.com/zfsonlinux/zfs.git#commit=3e5300e0ed3c4b49e3b0dab7daded1e3bfaaded7") |
|
|
|
|
source=("git+https://github.com/zfsonlinux/zfs.git#commit=1a5b96b8ee66da5dfdfbedcb6bc462f454b4a25d") |
|
|
|
|
sha256sums=("SKIP") |
|
|
|
|
license=("CDDL") |
|
|
|
|
depends=("spl-dkms-git" "zfs-utils-common-git=2018.05.26.r3492.g3e5300e0e") |
|
|
|
|
depends=("zfs-utils-common-git=2018.05.31.r4577.g1a5b96b8e" "lsb-release") |
|
|
|
|
provides=("zfs") |
|
|
|
|
groups=("archzfs-dkms-git") |
|
|
|
|
conflicts=('zfs-dkms' 'zfs-archiso-linux' 'zfs-archiso-linux-git' 'zfs-linux-hardened' 'zfs-linux-hardened-git' 'zfs-linux-lts' 'zfs-linux-lts-git' 'zfs-linux' 'zfs-linux-git' 'zfs-linux-vfio' 'zfs-linux-vfio-git' 'zfs-linux-zen' 'zfs-linux-zen-git' 'zfs-archiso-linux-headers' 'zfs-archiso-linux-git-headers' 'zfs-linux-hardened-headers' 'zfs-linux-hardened-git-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' ) |
|
|
|
|
conflicts=('zfs-dkms' 'spl-dkms-git' 'zfs-archiso-linux' 'zfs-archiso-linux-git' 'zfs-linux-hardened' 'zfs-linux-hardened-git' 'zfs-linux-lts' 'zfs-linux-lts-git' 'zfs-linux' 'zfs-linux-git' 'zfs-linux-vfio' 'zfs-linux-vfio-git' 'zfs-linux-zen' 'zfs-linux-zen-git' 'zfs-archiso-linux-headers' 'zfs-archiso-linux-git-headers' 'zfs-linux-hardened-headers' 'zfs-linux-hardened-git-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' ) |
|
|
|
|
replaces=("spl-dkms-git") |
|
|
|
|
|
|
|
|
|
build() { |
|
|
|
|
cd "${srcdir}/zfs" |
|
|
|
|