diff options
author | Mingi Sung | 2023-09-21 17:13:19 +0900 |
---|---|---|
committer | Mingi Sung | 2023-09-21 17:13:19 +0900 |
commit | 3395de1731745c4441cc76a8f83c16a068a67080 (patch) | |
tree | 114f735b1c42fee320e99982256e625df2d9cda8 | |
parent | 4b183f5cc9cc3d7d0587252e4576c51a468de1a0 (diff) | |
download | aur-3395de1731745c4441cc76a8f83c16a068a67080.tar.gz |
git: nvx-suspend-restore was removed upstream
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |