summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichele Sorcinelli2020-09-30 16:33:29 +0100
committerMichele Sorcinelli2020-09-30 16:33:29 +0100
commit6f59ef5b1c587e4f86b13e1f1d39441540644404 (patch)
treef905bbe32e2ea1ce957599822a4d8edb71e7d20a /PKGBUILD
parent55a3956e9a1c6623e9f0ddc77bf77378f80c6f4f (diff)
downloadaur-6f59ef5b1c587e4f86b13e1f1d39441540644404.tar.gz
Depend on 'NVIDIA-MODULE' instead of 'nvidia'
To make it work with 'nvidia-lts', 'nvidia-dkms' and so on.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33e34fea1f47..74387293fa5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Michele Sorcinelli <michelesr@autistici.org>
pkgname=nvidia-xrun-pm
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc='Alternative version of nvidia-xrun, that relies on kernel PM instead of bbswitch'
arch=('x86_64')
url='https://github.com/michelesr/nvidia-xrun-pm'
license=('GPL')
groups=()
-depends=('xorg-server' 'xorg-xinit' 'xorg-xrandr' 'nvidia' 'mesa-libgl')
+depends=('xorg-server' 'xorg-xinit' 'xorg-xrandr' 'NVIDIA-MODULE' 'mesa-libgl')
makedepends=()
checkdepends=()
optdepends=()