Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
dkms
Commits:
b930afdb by Christian Heusel at 2025-11-03T23:50:21+01:00
upgpkg: 3.3.0-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dkms
pkgdesc = Dynamic Kernel Modules System
- pkgver = 3.2.2
+ pkgver = 3.3.0
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.2.2
+ source = git+https://github.com/dell/dkms.git#tag=v3.3.0
source = hook.install
source = hook.remove
source = hook.upgrade
source = hook.sh
- sha256sums =
e7846fb655ec08f1849f64ecd7e554c59ce1b29fd7d4ec894c4560acc05a1ea7
+ sha256sums =
27af2579e5270ab1f789d3bb6279c8d9717ed39cc67df8e7a6756a55724c1ee2
sha256sums =
da2dd53bdb427c3ffbe793fd05f898d8a0545e6dbd346c85fad1717b0f838c62
sha256sums =
497422e72b2f10a71caae40c44a07b215425d393acb365700e38944e09f9a554
sha256sums =
cc04280e8eb095f4950f5e3c6b2997fbc8d5862d79c5ae29d5943b8ac204d0d4
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
pkgname=dkms
-pkgver=3.2.2
+pkgver=3.3.0
pkgrel=1
pkgdesc='Dynamic Kernel Modules System'
arch=('any')
@@ -33,7 +33,7 @@ source=("git+https://github.com/dell/dkms.git#tag=v$pkgver"
'hook.remove'
'hook.upgrade'
'hook.sh')
-sha256sums=('e7846fb655ec08f1849f64ecd7e554c59ce1b29fd7d4ec894c4560acc05a1ea7'
+sha256sums=('27af2579e5270ab1f789d3bb6279c8d9717ed39cc67df8e7a6756a55724c1ee2'
'da2dd53bdb427c3ffbe793fd05f898d8a0545e6dbd346c85fad1717b0f838c62'
'497422e72b2f10a71caae40c44a07b215425d393acb365700e38944e09f9a554'
'cc04280e8eb095f4950f5e3c6b2997fbc8d5862d79c5ae29d5943b8ac204d0d4'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dkms/-/commit/b930afdbf9141bbccad16663684be4d2e5596e35
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dkms/-/commit/b930afdbf9141bbccad16663684be4d2e5596e35
You're receiving this email because of your account on gitlab.archlinux.org.