summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2023-09-21 17:13:19 +0900
committerMingi Sung2023-09-21 17:13:19 +0900
commit3395de1731745c4441cc76a8f83c16a068a67080 (patch)
tree114f735b1c42fee320e99982256e625df2d9cda8
parent4b183f5cc9cc3d7d0587252e4576c51a468de1a0 (diff)
downloadaur-3395de1731745c4441cc76a8f83c16a068a67080.tar.gz
git: nvx-suspend-restore was removed upstream
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0cb4b119437..a1119e8b1944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Pedro Henrique <pedro00dk@gmail.com>
_pkgname=nvidia-exec
pkgname=${_pkgname}-git
-pkgver=v0.1.1
+pkgver=v0.1.2
pkgrel=1
pkgdesc="Run programs in nvidia optimus setups with power management for Xorg and Wayland without log out"
arch=("x86_64")
@@ -22,7 +22,7 @@ pkgver() {
package() {
cd "${_pkgname}"
install -Dm 755 nvx "${pkgdir}/usr/bin/nvx"
- install -Dm 755 nvx-suspend-restore "${pkgdir}/usr/lib/systemd/system-sleep/nvx-suspend-restore"
+ # install -Dm 755 nvx-suspend-restore "${pkgdir}/usr/lib/systemd/system-sleep/nvx-suspend-restore"
install -Dm 644 nvx.service "${pkgdir}/usr/lib/systemd/system/nvx.service"
install -Dm 644 modprobe.conf "${pkgdir}/usr/lib/modprobe.d/nvx.conf"
install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"