mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-03 06:07:21 +02:00
Update for kernel 6.12.10.arch1-1 + zfs 2.3.0
This commit is contained in:
parent
df794686b1
commit
b3dc8b77d5
6
.SRCINFO
6
.SRCINFO
@ -1,13 +1,13 @@
|
|||||||
pkgbase = zfs-linux
|
pkgbase = zfs-linux
|
||||||
pkgver = 2.3.0_6.12.9.arch1.1
|
pkgver = 2.3.0_6.12.10.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.12.9.arch1-1
|
makedepends = linux-headers=6.12.10.arch1-1
|
||||||
depends = kmod
|
depends = kmod
|
||||||
depends = zfs-utils=2.3.0
|
depends = zfs-utils=2.3.0
|
||||||
depends = linux=6.12.9.arch1-1
|
depends = linux=6.12.10.arch1-1
|
||||||
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.0/zfs-2.3.0.tar.gz
|
source = https://github.com/openzfs/zfs/releases/download/zfs-2.3.0/zfs-2.3.0.tar.gz
|
||||||
sha256sums = 6e8787eab55f24c6b9c317f3fe9b0da9a665eb34c31df88ff368d9a92e9356a6
|
sha256sums = 6e8787eab55f24c6b9c317f3fe9b0da9a665eb34c31df88ff368d9a92e9356a6
|
||||||
|
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -1,11 +1,13 @@
|
|||||||
# Maintainer: LightDot <lightdot -a-t- g m a i l>
|
# Maintainer: LightDot <lightdot -a-t- g m a i l>
|
||||||
# Maintainer: Jan Houben <jan@nexttrex.de>
|
# Contributor: Jan Houben <jan@nexttrex.de>
|
||||||
# Contributor: Jesus Alvarez <jeezusjr at gmail dot com>
|
# Contributor: Jesus Alvarez <jeezusjr at gmail dot com>
|
||||||
#
|
#
|
||||||
# This PKGBUILD was generated by the archzfs build scripts located at
|
# This PKGBUILD was originally generated by the archzfs build scripts located at
|
||||||
#
|
#
|
||||||
# http://github.com/archzfs/archzfs
|
# http://github.com/archzfs/archzfs
|
||||||
#
|
#
|
||||||
|
# Updates are currently manual
|
||||||
|
#
|
||||||
# ! WARNING !
|
# ! WARNING !
|
||||||
#
|
#
|
||||||
# The archzfs packages are kernel modules, so these PKGBUILDS will only work with the kernel package they target. In this
|
# The archzfs packages are kernel modules, so these PKGBUILDS will only work with the kernel package they target. In this
|
||||||
@ -19,8 +21,8 @@
|
|||||||
pkgbase="zfs-linux"
|
pkgbase="zfs-linux"
|
||||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||||
_zfsver="2.3.0"
|
_zfsver="2.3.0"
|
||||||
_kernelver="6.12.9.arch1-1"
|
_kernelver="6.12.10.arch1-1"
|
||||||
_kernelver_full="6.12.9.arch1-1"
|
_kernelver_full="6.12.10.arch1-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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user