Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
kmod
Commits:
6bb48171 by Christian Hesse at 2024-03-06T10:00:27+01:00
upgpkg: 32-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kmod
pkgdesc = Linux kernel module management tools and library
- pkgver = 31
+ pkgver = 32
pkgrel = 1
url = https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
arch = x86_64
@@ -17,18 +17,18 @@ pkgbase = kmod
conflicts = module-init-tools
replaces = module-init-tools
options = strip
- source =
https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-31.tar.xz
- source =
https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-31.tar.sign
+ source =
https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-32.tar.xz
+ source =
https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-32.tar.sign
source = depmod-search.conf
source = depmod.hook
source = depmod.script
validpgpkeys = EAB33C9690013C733916AC839BA2A5A630CBEA53
- md5sums = 6165867e1836d51795a11ea4762ff66a
+ md5sums = 1046fda48766fae905f83150d12eec78
md5sums = SKIP
md5sums = dd62cbf62bd8f212f51ef8c43bec9a77
md5sums = e179ace75721e92b04b2e145b69dab29
md5sums = b00253ca0d4ebfb2414e4596597bdebd
- sha256sums =
f5a6949043cc72c001b728d8c218609c5a15f3c33d75614b78c79418fcf00d80
+ sha256sums =
630ed0d92275a88cb9a7bf68f5700e911fdadaf02e051cf2e4680ff8480bd492
sha256sums = SKIP
sha256sums =
1a92bfeae870f61ce814577e69d2a147a9c0caf6aed1131243e4179241fcc4a8
sha256sums =
c11c2a0f66ea405493e8617689ca10818dc81dd1dddc19bdb220c8b2917119c1
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Dave Reisner <[email protected]>
pkgname=kmod
-pkgver=31
+pkgver=32
pkgrel=1
pkgdesc="Linux kernel module management tools and library"
arch=('x86_64')
@@ -18,12 +18,12 @@
source=("https://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver
'depmod-search.conf'
'depmod.hook'
'depmod.script')
-md5sums=('6165867e1836d51795a11ea4762ff66a'
+md5sums=('1046fda48766fae905f83150d12eec78'
'SKIP'
'dd62cbf62bd8f212f51ef8c43bec9a77'
'e179ace75721e92b04b2e145b69dab29'
'b00253ca0d4ebfb2414e4596597bdebd')
-sha256sums=('f5a6949043cc72c001b728d8c218609c5a15f3c33d75614b78c79418fcf00d80'
+sha256sums=('630ed0d92275a88cb9a7bf68f5700e911fdadaf02e051cf2e4680ff8480bd492'
'SKIP'
'1a92bfeae870f61ce814577e69d2a147a9c0caf6aed1131243e4179241fcc4a8'
'c11c2a0f66ea405493e8617689ca10818dc81dd1dddc19bdb220c8b2917119c1'
@@ -67,10 +67,6 @@ package() {
# extra directories
install -dm755 "$pkgdir"/{etc,usr/lib}/{depmod,modprobe}.d
- for tool in {ins,ls,rm,dep}mod mod{probe,info}; do
- ln -s kmod "$pkgdir/usr/bin/$tool"
- done
-
# install depmod.d file for search/ dir
install -Dm644 "$srcdir/depmod-search.conf"
"$pkgdir/usr/lib/depmod.d/search.conf"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/commit/6bb481714eedbfec288c26fd619772c8c2c83c9d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kmod/-/commit/6bb481714eedbfec288c26fd619772c8c2c83c9d
You're receiving this email because of your account on gitlab.archlinux.org.