* update dkms to 3.0.12-1

This commit is contained in:
Alexander Baldeck 2024-01-27 16:02:19 +01:00
parent c6805b95b7
commit a031980630

View File

@ -3,7 +3,7 @@
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
pkgname=dkms
pkgver=3.0.11
pkgver=3.0.12
pkgrel=1
pkgdesc='Dynamic Kernel Modules System'
arch=(any)
@ -64,10 +64,9 @@ package() {
# we install them outside of $pkgdir
make \
DESTDIR="$pkgdir" \
SBIN="$pkgdir/usr/bin" \
BASHDIR="$pkgdir/usr/share/bash-completion/completions" \
KCONF="$srcdir"/trash \
LIBDIR="$srcdir"/trash \
SBIN=/usr/bin \
KCONF=/../trash \
LIBDIR=/../trash \
install
}