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 4b62bd211d07..5850745ad81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=optimus-manager
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Management utility to handle GPU switching for Optimus laptops"
arch=('any')
url="https://github.com/Askannz/optimus-manager"
license=('MIT')
conflicts=("optimus-manager-git")
provides=("optimus-manager=$pkgver")
-depends=('python3' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-dbus' 'glxinfo' 'xorg-xrandr')
+depends=('python3' 'python-setuptools' 'python-dbus' 'glxinfo' 'xorg-xrandr')
optdepends=('bbswitch: alternative power switching method'
'acpi_call: alternative power switching method'
'xf86-video-intel: provides the Xorg intel driver')
-makedepends=('python-setuptools' 'git')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'git')
backup=('etc/optimus-manager/xorg/integrated-mode/integrated-gpu.conf'
'etc/optimus-manager/xorg/nvidia-mode/integrated-gpu.conf'
'etc/optimus-manager/xorg/nvidia-mode/nvidia-gpu.conf'