mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-06 15:47:21 +02:00
Semi-automated update for kernel 6.2.11.arch1-1 + zfs 2.1.11
This commit is contained in:
parent
f5bd17e1f1
commit
e5182a6f0f
8
.SRCINFO
8
.SRCINFO
@ -1,15 +1,15 @@
|
|||||||
pkgbase = zfs-linux
|
pkgbase = zfs-linux
|
||||||
pkgver = 2.1.10_6.2.11.arch1.1
|
pkgver = 2.1.11_6.2.11.arch1.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://openzfs.org/
|
url = https://openzfs.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = CDDL
|
license = CDDL
|
||||||
makedepends = linux-headers=6.2.11.arch1-1
|
makedepends = linux-headers=6.2.11.arch1-1
|
||||||
depends = kmod
|
depends = kmod
|
||||||
depends = zfs-utils=2.1.10
|
depends = zfs-utils=2.1.11
|
||||||
depends = linux=6.2.11.arch1-1
|
depends = linux=6.2.11.arch1-1
|
||||||
source = https://github.com/openzfs/zfs/releases/download/zfs-2.1.10/zfs-2.1.10.tar.gz
|
source = https://github.com/openzfs/zfs/releases/download/zfs-2.1.11/zfs-2.1.11.tar.gz
|
||||||
sha256sums = f3abb83a1a4c0cd4f064f3c6a7cc133f800a76dd40b3fec1d15a31ad08471ab9
|
sha256sums = a54fe4e854d0a207584f1799a80e165eae66bc30dc8e8c96a1f99ed9d4d8ceb2
|
||||||
|
|
||||||
pkgname = zfs-linux
|
pkgname = zfs-linux
|
||||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
pkgbase="zfs-linux"
|
pkgbase="zfs-linux"
|
||||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||||
_zfsver="2.1.10"
|
_zfsver="2.1.11"
|
||||||
_kernelver="6.2.11.arch1-1"
|
_kernelver="6.2.11.arch1-1"
|
||||||
_kernelver_full="6.2.11.arch1-1"
|
_kernelver_full="6.2.11.arch1-1"
|
||||||
_extramodules="${_kernelver_full/.arch/-arch}"
|
_extramodules="${_kernelver_full/.arch/-arch}"
|
||||||
@ -28,7 +28,7 @@ makedepends=("linux-headers=${_kernelver}")
|
|||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="https://openzfs.org/"
|
url="https://openzfs.org/"
|
||||||
source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
|
source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
|
||||||
sha256sums=("f3abb83a1a4c0cd4f064f3c6a7cc133f800a76dd40b3fec1d15a31ad08471ab9")
|
sha256sums=("a54fe4e854d0a207584f1799a80e165eae66bc30dc8e8c96a1f99ed9d4d8ceb2")
|
||||||
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