summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcf6a19f4f63..60b6ffc4b8c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Tony Lambiris <tony@criticalstack.com>
+# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=nvidia-xrun-pm-git
pkgver=0.3.2.r19.gaf3b734
-pkgrel=2
+pkgrel=3
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'
@@ -15,7 +15,7 @@ optdepends=()
provides=('nvidia-xrun' 'nvidia-xrun-git' 'nvidia-xrun-pm')
conflicts=('nvidia-xrun' 'nvidia-xrun-git' 'nvidia-xrun-pm')
replaces=()
-backup=()
+backup=(etc/X11/nvidia-xorg.conf)
options=()
install=$pkgname.install
source=("${pkgname}::git+${url}")