mirror of
https://aur.archlinux.org/zfs-linux.git
synced 2025-06-06 15:47:21 +02:00
Semi-automated update for kernel 5.17.4.arch1-1 + zfs 2.1.4
This commit is contained in:
parent
92cca2a687
commit
f710e4e8db
6
.SRCINFO
6
.SRCINFO
@ -1,13 +1,13 @@
|
|||||||
pkgbase = zfs-linux
|
pkgbase = zfs-linux
|
||||||
pkgver = 2.1.4_5.17.3.arch1.1
|
pkgver = 2.1.4_5.17.4.arch1.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://zfsonlinux.org/
|
url = https://zfsonlinux.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = CDDL
|
license = CDDL
|
||||||
makedepends = linux-headers=5.17.3.arch1-1
|
makedepends = linux-headers=5.17.4.arch1-1
|
||||||
depends = kmod
|
depends = kmod
|
||||||
depends = zfs-utils=2.1.4
|
depends = zfs-utils=2.1.4
|
||||||
depends = linux=5.17.3.arch1-1
|
depends = linux=5.17.4.arch1-1
|
||||||
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.4/zfs-2.1.4.tar.gz
|
source = https://github.com/zfsonlinux/zfs/releases/download/zfs-2.1.4/zfs-2.1.4.tar.gz
|
||||||
sha256sums = 3b52c0d493f806f638dca87dde809f53861cd318c1ebb0e60daeaa061cf1acf6
|
sha256sums = 3b52c0d493f806f638dca87dde809f53861cd318c1ebb0e60daeaa061cf1acf6
|
||||||
|
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -18,8 +18,8 @@
|
|||||||
pkgbase="zfs-linux"
|
pkgbase="zfs-linux"
|
||||||
pkgname=("zfs-linux" "zfs-linux-headers")
|
pkgname=("zfs-linux" "zfs-linux-headers")
|
||||||
_zfsver="2.1.4"
|
_zfsver="2.1.4"
|
||||||
_kernelver="5.17.3.arch1-1"
|
_kernelver="5.17.4.arch1-1"
|
||||||
_kernelver_full="5.17.3.arch1-1"
|
_kernelver_full="5.17.4.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)"
|
||||||
@ -51,7 +51,7 @@ package_zfs-linux() {
|
|||||||
conflicts=("zfs-dkms" "zfs-dkms-git" "zfs-dkms-rc" "spl-dkms" "spl-dkms-git" 'zfs-linux-git' 'zfs-linux-rc' 'spl-linux')
|
conflicts=("zfs-dkms" "zfs-dkms-git" "zfs-dkms-rc" "spl-dkms" "spl-dkms-git" 'zfs-linux-git' 'zfs-linux-rc' 'spl-linux')
|
||||||
replaces=("spl-linux")
|
replaces=("spl-linux")
|
||||||
cd "${srcdir}/zfs-${_zfsver}"
|
cd "${srcdir}/zfs-${_zfsver}"
|
||||||
make DESTDIR="${pkgdir}" INSTALL_MOD_PATH=${pkgdir}/usr install
|
make DESTDIR="${pkgdir}" INSTALL_MOD_PATH=${pkgdir}/usr INSTALL_MOD_STRIP=1 install
|
||||||
# Remove src dir
|
# Remove src dir
|
||||||
rm -r "${pkgdir}"/usr/src
|
rm -r "${pkgdir}"/usr/src
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user