mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-25 08:53:08 +02:00
Semi-automated update for kernel 4.19.1.arch1-1 + zfs 0.7.12
This commit is contained in:
parent
314d05fe53
commit
d6747aead6
14
.SRCINFO
14
.SRCINFO
@ -1,17 +1,17 @@
|
|||||||
pkgbase = zfs-linux
|
pkgbase = zfs-linux
|
||||||
pkgver = 0.7.11_4.18.16.arch1.1
|
pkgver = 0.7.12_4.19.1.arch1.1
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = http://zfsonlinux.org/
|
url = http://zfsonlinux.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = CDDL
|
license = CDDL
|
||||||
makedepends = linux-headers=4.18.16.arch1-1
|
makedepends = linux-headers=4.19.1.arch1-1
|
||||||
makedepends = spl-linux-headers
|
makedepends = spl-linux-headers
|
||||||
depends = kmod
|
depends = kmod
|
||||||
depends = spl-linux
|
depends = spl-linux
|
||||||
depends = zfs-utils=0.7.11
|
depends = zfs-utils=0.7.12
|
||||||
depends = linux=4.18.16.arch1-1
|
depends = linux=4.19.1.arch1-1
|
||||||
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.11/zfs-0.7.11.tar.gz
|
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-0.7.12/zfs-0.7.12.tar.gz
|
||||||
sha256sums = 4dff9ecce6e02061242d9435febe88c1250de83b96d392b712bccf31c459517a
|
sha256sums = 720e3b221c1ba5d4c18c990e48b86a2eb613575a0c3cc84c0aa784b17b7c2848
|
||||||
|
|
||||||
pkgname = zfs-linux
|
pkgname = zfs-linux
|
||||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||||
|
8
PKGBUILD
8
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.7.11"
|
_zfsver="0.7.12"
|
||||||
_kernelver="4.18.16.arch1-1"
|
_kernelver="4.19.1.arch1-1"
|
||||||
_extramodules="${_kernelver/.arch/-arch}-ARCH"
|
_extramodules="${_kernelver/.arch/-arch}-ARCH"
|
||||||
|
|
||||||
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
|
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
makedepends=("linux-headers=${_kernelver}" "spl-linux-headers")
|
makedepends=("linux-headers=${_kernelver}" "spl-linux-headers")
|
||||||
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=("4dff9ecce6e02061242d9435febe88c1250de83b96d392b712bccf31c459517a")
|
sha256sums=("720e3b221c1ba5d4c18c990e48b86a2eb613575a0c3cc84c0aa784b17b7c2848")
|
||||||
license=("CDDL")
|
license=("CDDL")
|
||||||
depends=("kmod" 'spl-linux' "zfs-utils=${_zfsver}" "linux=${_kernelver}")
|
depends=("kmod" 'spl-linux' "zfs-utils=${_zfsver}" "linux=${_kernelver}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user