mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-20 14:33:06 +02:00
Update for kernel 6.15.2.arch1-1 + zfs 2.3.3
This commit is contained in:
parent
fae1b1eb43
commit
342fef7ba0
12
.SRCINFO
12
.SRCINFO
@ -1,15 +1,15 @@
|
||||
pkgbase = zfs-linux
|
||||
pkgver = 2.3.2_6.14.10.arch1.1
|
||||
pkgver = 2.3.3_6.15.2.arch1.1
|
||||
pkgrel = 1
|
||||
url = https://openzfs.org/
|
||||
arch = x86_64
|
||||
license = CDDL
|
||||
makedepends = linux-headers=6.14.10.arch1-1
|
||||
makedepends = linux-headers=6.15.2.arch1-1
|
||||
depends = kmod
|
||||
depends = zfs-utils=2.3.2
|
||||
depends = linux=6.14.10.arch1-1
|
||||
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.2/zfs-2.3.2.tar.gz
|
||||
sha256sums = 80da628a9543ec3355bf410617450e167706948ceb287541455a1b8d87b8758a
|
||||
depends = zfs-utils=2.3.3
|
||||
depends = linux=6.15.2.arch1-1
|
||||
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.3/zfs-2.3.3.tar.gz
|
||||
sha256sums = 844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071
|
||||
|
||||
pkgname = zfs-linux
|
||||
pkgdesc = Kernel modules for the Zettabyte File System.
|
||||
|
12
PKGBUILD
12
PKGBUILD
@ -1,4 +1,4 @@
|
||||
# Maintainer: LightDot <lightdot -a-t- g m a i l>
|
||||
# Maintainer: LightDot <lightdot -a-t- server.si>
|
||||
# Contributor: Jan Houben <jan@nexttrex.de>
|
||||
# Contributor: Jesus Alvarez <jeezusjr at gmail dot com>
|
||||
#
|
||||
@ -6,7 +6,7 @@
|
||||
#
|
||||
# http://github.com/archzfs/archzfs
|
||||
#
|
||||
# Updates are currently manual
|
||||
# Updates are currently manual.
|
||||
#
|
||||
# ! WARNING !
|
||||
#
|
||||
@ -20,9 +20,9 @@
|
||||
#
|
||||
pkgbase="zfs-linux"
|
||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||
_zfsver="2.3.2"
|
||||
_kernelver="6.14.10.arch1-1"
|
||||
_kernelver_full="6.14.10.arch1-1"
|
||||
_zfsver="2.3.3"
|
||||
_kernelver="6.15.2.arch1-1"
|
||||
_kernelver_full="6.15.2.arch1-1"
|
||||
_extramodules="${_kernelver_full/.arch/-arch}"
|
||||
|
||||
pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
|
||||
@ -31,7 +31,7 @@ makedepends=("linux-headers=${_kernelver}")
|
||||
arch=("x86_64")
|
||||
url="https://openzfs.org/"
|
||||
source=("https://github.com/openzfs/zfs/releases/download/zfs-${_zfsver}/zfs-${_zfsver}.tar.gz")
|
||||
sha256sums=("80da628a9543ec3355bf410617450e167706948ceb287541455a1b8d87b8758a")
|
||||
sha256sums=("844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071")
|
||||
license=("CDDL")
|
||||
depends=("kmod" "zfs-utils=${_zfsver}" "linux=${_kernelver}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user