mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-03 06:07:21 +02:00
update to linux 6.11.4 and zfs 2.2.6
This commit is contained in:
parent
9445eec301
commit
76df6dec97
12
.SRCINFO
12
.SRCINFO
@ -1,15 +1,15 @@
|
|||||||
pkgbase = zfs-linux
|
pkgbase = zfs-linux
|
||||||
pkgver = 2.2.4_6.9.7.arch1.1
|
pkgver = 2.2.6_6.11.4.arch2.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.9.7.arch1-1
|
makedepends = linux-headers=6.11.4.arch2-1
|
||||||
depends = kmod
|
depends = kmod
|
||||||
depends = zfs-utils=2.2.4
|
depends = zfs-utils=2.2.6-3
|
||||||
depends = linux=6.9.7.arch1-1
|
depends = linux=6.11.4.arch2-1
|
||||||
source = https://github.com/openzfs/zfs/releases/download/zfs-2.2.4/zfs-2.2.4.tar.gz
|
source = https://github.com/openzfs/zfs/releases/download/zfs-2.2.6/zfs-2.2.6.tar.gz
|
||||||
sha256sums = 9790905f7683d41759418e1ef3432828c31116654ff040e91356ff1c21c31ec0
|
sha256sums = c92e02103ac5dd77bf01d7209eabdca55c7b3356aa747bb2357ec4222652a2a7
|
||||||
|
|
||||||
pkgname = zfs-linux
|
pkgname = zfs-linux
|
||||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
pkgbase="zfs-linux"
|
pkgbase="zfs-linux"
|
||||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||||
_zfsver="2.2.4"
|
_zfsver="2.2.6"
|
||||||
_kernelver="6.9.7.arch1-1"
|
_kernelver="6.11.4.arch2-1"
|
||||||
_kernelver_full="6.9.7.arch1-1"
|
_kernelver_full="6.11.4.arch2-1"
|
||||||
_extramodules="${_kernelver_full/.arch/-arch}"
|
_extramodules="${_kernelver_full/.arch/-arch}"
|
||||||
|
|
||||||
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
|
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
|
||||||
@ -28,9 +28,9 @@ 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=("9790905f7683d41759418e1ef3432828c31116654ff040e91356ff1c21c31ec0")
|
sha256sums=('c92e02103ac5dd77bf01d7209eabdca55c7b3356aa747bb2357ec4222652a2a7')
|
||||||
license=("CDDL")
|
license=("CDDL")
|
||||||
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
|
depends=("kmod" "zfs-utils=${_zfsver}-3" "linux=${_kernelver}")
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/zfs-${_zfsver}"
|
cd "${srcdir}/zfs-${_zfsver}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user