From 67bd8d26c51d18b450b4fee059562c2257262aa0 Mon Sep 17 00:00:00 2001 From: Archzfs Buildbot <34833957+archzfs-bot@users.noreply.github.com> Date: Fri, 24 May 2019 16:05:43 +0000 Subject: [PATCH] Semi-automated update for zfs 0.8.0 --- .SRCINFO | 17 +++++++++++------ PKGBUILD | 13 +++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0e394b6..5b629fc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,21 +1,26 @@ pkgbase = zfs-dkms pkgdesc = Kernel modules for the Zettabyte File System. - pkgver = 0.7.13 - pkgrel = 2 + pkgver = 0.8.0 + pkgrel = 1 url = http://zfsonlinux.org/ arch = x86_64 groups = archzfs-dkms license = CDDL - depends = spl-dkms - depends = zfs-utils=0.7.13 + depends = zfs-utils=0.8.0 depends = lsb-release + depends = python depends = dkms provides = zfs provides = zfs-headers + provides = spl + provides = spl-headers conflicts = zfs conflicts = zfs-headers - source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.13/zfs-0.7.13.tar.gz - sha256sums = d23f0d292049b1bc636d2300277292b60248c0bde6a0f4ba707c0cb5df3f8c8d + conflicts = spl + conflicts = spl-headers + replaces = spl-dkms + source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.0/zfs-0.8.0.tar.gz + sha256sums = 0fd92e87f4b9df9686f18e2ac707c16b2eeaf00f682d41c20ea519f3a0fe4705 pkgname = zfs-dkms diff --git a/PKGBUILD b/PKGBUILD index 2f4dc4e..a7f3d0a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,18 +8,19 @@ pkgname="zfs-dkms" pkgdesc="Kernel modules for the Zettabyte File System." -pkgver=0.7.13 -pkgrel=2 +pkgver=0.8.0 +pkgrel=1 makedepends=() arch=("x86_64") url="http://zfsonlinux.org/" source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${pkgver}/zfs-${pkgver}.tar.gz") -sha256sums=("d23f0d292049b1bc636d2300277292b60248c0bde6a0f4ba707c0cb5df3f8c8d") +sha256sums=("0fd92e87f4b9df9686f18e2ac707c16b2eeaf00f682d41c20ea519f3a0fe4705") license=("CDDL") -depends=('spl-dkms' "zfs-utils=${pkgver}" "lsb-release" "dkms") -provides=("zfs" "zfs-headers") +depends=("zfs-utils=${pkgver}" "lsb-release" "python" "dkms") +provides=("zfs" "zfs-headers" "spl" "spl-headers") groups=("archzfs-dkms") -conflicts=("zfs" "zfs-headers") +conflicts=("zfs" "zfs-headers" "spl" "spl-headers") +replaces=("spl-dkms") build() { cd "${srcdir}/zfs-${pkgver}"