Semi-automated update for zfs 0.8.0

master
Archzfs Buildbot 6 years ago
parent 064863653d
commit 67bd8d26c5
  1. 17
      .SRCINFO
  2. 13
      PKGBUILD

@ -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

@ -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}"

Loading…
Cancel
Save