summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2c6c025820..d520765c64d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvidia-xrun-pm-git
pkgdesc = Alternative version of nvidia-xrun, that relies on kernel PM instead of bbswitch
pkgver = 0.3.2.r19.gaf3b734
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/michelesr/nvidia-xrun-pm
install = nvidia-xrun-pm-git.install
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = nvidia-xrun-pm-git
conflicts = nvidia-xrun
conflicts = nvidia-xrun-git
conflicts = nvidia-xrun-pm
+ backup = etc/X11/nvidia-xorg.conf
source = nvidia-xrun-pm-git::git+https://github.com/michelesr/nvidia-xrun-pm
sha256sums = SKIP
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}")