Skip to content
Snippets Groups Projects
Commit 2900050c authored by Philip Müller's avatar Philip Müller
Browse files

[pkg-upd] 470.182.03-2

- seems conky expects 'libXNVCtrl.so=0-64'
- we have to check why the so version is not added
parent 0a1b7e60
Branches
No related merge requests found
......@@ -9,7 +9,7 @@
pkgbase=nvidia-470xx-settings
pkgname=('nvidia-470xx-settings' 'libxnvctrl-470xx')
pkgver=470.182.03
pkgrel=1
pkgrel=2
pkgdesc='Tool for configuring the NVIDIA graphics driver'
url='https://github.com/NVIDIA/nvidia-settings'
arch=('x86_64')
......@@ -60,7 +60,7 @@ package_nvidia-470xx-settings() {
package_libxnvctrl-470xx() {
depends=('libxext')
pkgdesc='NVIDIA NV-CONTROL X extension'
provides=('libXNVCtrl.so' "libxnvctrl=${pkgver}")
provides=('libXNVCtrl.so' "libxnvctrl=${pkgver}" 'libXNVCtrl.so=0-64')
conflicts=('libxnvctrl')
cd nvidia-settings-${pkgver}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment