-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dkms: version is different #100
Comments
#capybara:diff:dkms |
--- file_b 2024-01-02 11:26:37.527953127 +0000
+++ file_a 2024-01-02 11:26:37.527953127 +0000
@@ -2,20 +2,18 @@
# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
pkgname=dkms
-pkgver=3.0.11
-pkgrel=2
+pkgver=3.0.12
+pkgrel=1
pkgdesc='Dynamic Kernel Modules System'
arch=('any')
url='https://github.com/dell/dkms'
license=('GPL2')
-depends=('coreutils' 'bash' 'gawk' 'sed' 'kmod' 'gcc' 'make' 'patch'
- 'clang' 'llvm' 'lld')
+depends=('coreutils' 'bash' 'gawk' 'sed' 'kmod' 'gcc' 'make' 'patch')
makedepends=('git')
optdepends=('linux-headers: build modules against the Arch kernel'
'linux-lts-headers: build modules against the LTS kernel'
'linux-zen-headers: build modules against the ZEN kernel'
- 'linux-hardened-headers: build modules against the HARDENED kernel'
- )
+ 'linux-hardened-headers: build modules against the HARDENED kernel')
backup=('etc/dkms/framework.conf')
install=$pkgname.install
source=("git+https://github.com/dell/dkms.git#tag=v$pkgver"
@@ -65,10 +63,9 @@
# 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
}
|
Fixed with eb1f38b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version is different for dkms.
CachyOS: 3.0.11-2
Upstream: 3.0.12
Please update the package.
Bip bop, I'm a bot.
The text was updated successfully, but these errors were encountered: