Skip to content
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

Closed
github-actions bot opened this issue Jan 2, 2024 · 3 comments
Closed

dkms: version is different #100

github-actions bot opened this issue Jan 2, 2024 · 3 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2024

Version is different for dkms.

CachyOS: 3.0.11-2
Upstream: 3.0.12

Please update the package.

Bip bop, I'm a bot.

@lseman
Copy link
Contributor

lseman commented Jan 2, 2024

#capybara:diff:dkms

Copy link
Contributor Author

github-actions bot commented Jan 2, 2024

--- 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
 }
 

@ptr1337
Copy link
Member

ptr1337 commented Jan 2, 2024

Fixed with eb1f38b

@ptr1337 ptr1337 closed this as completed Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants