* update dkms to 3.1.4-1

This commit is contained in:
Alexander Baldeck 2025-01-01 16:53:20 +01:00
parent 01ab39a10d
commit 41a4cb80e3
2 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = dkms
pkgdesc = Dynamic Kernel Modules System
pkgver = 3.1.2
pkgver = 3.1.4
pkgrel = 1
url = https://github.com/dell/dkms
install = dkms.install
@ -20,12 +20,12 @@ pkgbase = dkms
optdepends = linux-zen-headers: build modules against the ZEN kernel
optdepends = linux-hardened-headers: build modules against the HARDENED kernel
backup = etc/dkms/framework.conf
source = git+https://github.com/dell/dkms.git#tag=v3.1.2
source = git+https://github.com/dell/dkms.git#tag=v3.1.4
source = hook.install
source = hook.remove
source = hook.upgrade
source = hook.sh
sha256sums = 0664e4875ed60025098ba66d3781420ad4f6f2fc8cf709caa596051a6e861e27
sha256sums = be8f66763dd5098203b5b08e587576aeea2092b43f2d09ec38e5e76cea6b1a00
sha256sums = da2dd53bdb427c3ffbe793fd05f898d8a0545e6dbd346c85fad1717b0f838c62
sha256sums = 497422e72b2f10a71caae40c44a07b215425d393acb365700e38944e09f9a554
sha256sums = cc04280e8eb095f4950f5e3c6b2997fbc8d5862d79c5ae29d5943b8ac204d0d4

View File

@ -4,7 +4,7 @@
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
pkgname=dkms
pkgver=3.1.2
pkgver=3.1.4
pkgrel=1
pkgdesc='Dynamic Kernel Modules System'
arch=(any)
@ -34,7 +34,7 @@ source=("git+https://github.com/dell/dkms.git#tag=v$pkgver"
'hook.remove'
'hook.upgrade'
'hook.sh')
sha256sums=('0664e4875ed60025098ba66d3781420ad4f6f2fc8cf709caa596051a6e861e27'
sha256sums=('be8f66763dd5098203b5b08e587576aeea2092b43f2d09ec38e5e76cea6b1a00'
'da2dd53bdb427c3ffbe793fd05f898d8a0545e6dbd346c85fad1717b0f838c62'
'497422e72b2f10a71caae40c44a07b215425d393acb365700e38944e09f9a554'
'cc04280e8eb095f4950f5e3c6b2997fbc8d5862d79c5ae29d5943b8ac204d0d4'
@ -62,9 +62,6 @@ package() {
LIBDIR=/../trash \
MODDIR=/usr/lib/modules \
install
# quick fix for broken kernel-install scripts
# see: https://gitlab.archlinux.org/archlinux/packaging/packages/dkms/-/issues/5
rm -r "$pkgdir/usr/lib"
}
# vim:set ts=2 sw=2 et: