mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-06 07:37:23 +02:00
Semi-automated update for kernel 5.1.9.arch1-1 + zfs 0.8.1
This commit is contained in:
parent
8e96e44fe6
commit
81dd1c55fd
9
.SRCINFO
9
.SRCINFO
@ -1,16 +1,15 @@
|
|||||||
pkgbase = zfs-linux
|
pkgbase = zfs-linux
|
||||||
pkgver = 0.8.0_5.1.9.arch1.1
|
pkgver = 0.8.1_5.1.9.arch1.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://zfsonlinux.org/
|
url = http://zfsonlinux.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = CDDL
|
license = CDDL
|
||||||
makedepends = python
|
|
||||||
makedepends = linux-headers=5.1.9.arch1-1
|
makedepends = linux-headers=5.1.9.arch1-1
|
||||||
depends = kmod
|
depends = kmod
|
||||||
depends = zfs-utils=0.8.0
|
depends = zfs-utils=0.8.1
|
||||||
depends = linux=5.1.9.arch1-1
|
depends = linux=5.1.9.arch1-1
|
||||||
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.0/zfs-0.8.0.tar.gz
|
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.8.1/zfs-0.8.1.tar.gz
|
||||||
sha256sums = 0fd92e87f4b9df9686f18e2ac707c16b2eeaf00f682d41c20ea519f3a0fe4705
|
sha256sums = 0af79fde44b7b8ecb94d5166ce2e4fff7409c20ed874c2d759db92909e6c2799
|
||||||
|
|
||||||
pkgname = zfs-linux
|
pkgname = zfs-linux
|
||||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -17,17 +17,17 @@
|
|||||||
#
|
#
|
||||||
pkgbase="zfs-linux"
|
pkgbase="zfs-linux"
|
||||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||||
_zfsver="0.8.0"
|
_zfsver="0.8.1"
|
||||||
_kernelver="5.1.9.arch1-1"
|
_kernelver="5.1.9.arch1-1"
|
||||||
_extramodules="5.1.9-arch1-1-ARCH"
|
_extramodules="5.1.9-arch1-1-ARCH"
|
||||||
|
|
||||||
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
|
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
makedepends=("python" "linux-headers=${_kernelver}")
|
makedepends=("linux-headers=${_kernelver}")
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="http://zfsonlinux.org/"
|
url="http://zfsonlinux.org/"
|
||||||
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
|
source=("https://github.com/zfsonlinux/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
|
||||||
sha256sums=("0fd92e87f4b9df9686f18e2ac707c16b2eeaf00f682d41c20ea519f3a0fe4705")
|
sha256sums=("0af79fde44b7b8ecb94d5166ce2e4fff7409c20ed874c2d759db92909e6c2799")
|
||||||
license=("CDDL")
|
license=("CDDL")
|
||||||
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
|
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user