Package Details: kernel-chktaint 5.8.9-1

Git Clone URL: https://aur.archlinux.org/kernel-chktaint.git (read-only, click to copy)
Package Base: kernel-chktaint
Description: Check kernel for tainted modules
Upstream URL: None
Licenses: GPL
Submitter: sunflsks
Maintainer: None
Last Packager: sunflsks
Votes: 0
Popularity: 0.000000
First Submitted: 2020-09-14 21:24 (UTC)
Last Updated: 2020-09-14 21:24 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2024-11-13 21:31 (UTC)

Here a updated PKGBUILD:

# Maintainer:  sunflsk (https://aur.archlinux.org/account/sunflsks)

pkgname=kernel-chktaint
_version=6
pkgver="${_version}.11.7"
pkgrel=1
url="http://kernel.org/"
pkgdesc="Check kernel for tainted modules"
arch=("any")
license=('GPL-2.0-only')
depends=(
  "sh"
)
source=("https://cdn.kernel.org/pub/linux/kernel/v$_version.x/linux-"$pkgver".tar.xz")
sha256sums=("0bf5ec644817d7928920f763581311f5bf258a92759cf2f30985da743af3ebb2")

package() {
  install -Dvm755 -t "${pkgdir}/usr/bin"  "${srcdir}/linux-${pkgver}/tools/debugging/kernel-chktaint"
}

Regards and thanks for the package!