Package Details: optimus-manager-git 4:0-1

Git Clone URL: https://aur.archlinux.org/optimus-manager-git.git (read-only, click to copy)
Package Base: optimus-manager-git
Description: Allows using Nvidia Optimus laptop graphics
Upstream URL: https://github.com/Askannz/optimus-manager
Licenses: MIT
Conflicts: bumblebee, envycontrol, nvidia-exec, nvidia-switch, nvidia-xrun, optimus-manager, switcheroo-control
Provides: optimus-manager
Submitter: dude
Maintainer: Askannz (es20490446e)
Last Packager: es20490446e
Votes: 136
Popularity: 0.35
First Submitted: 2019-01-20 22:11 (UTC)
Last Updated: 2026-05-16 15:42 (UTC)

Required by (4)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

es20490446e commented on 2026-05-16 15:44 (UTC)

Fixed.

VVhitehead commented on 2026-05-15 01:23 (UTC) (edited on 2026-05-15 01:24 (UTC) by VVhitehead)

After trying to update I'm still getting:

 error: failed to prepare transaction (could not satisfy dependencies)
 :: installing python (3.14.5-1) breaks dependency 'python=3.14.4' required by optimus-manager-git

I couldn't even update python or my system. Managed a workaround that fixed it for me. Use at your own risk!

--- a/PKGBUILD
+++ b/PKGBUILD
@@ PythonVersion

 PythonVersion="$(
-       pacman --sync --nodeps --nodeps --print-format "%v" python |
-       cut --delimiter='-' --fields=1
+       pacman --query python | awk '{print $2}' |
+       cut --delimiter='-' --fields=1 |
+       cut --delimiter='.' --fields=1,2
 )"

@@ depends
-   "python=${PythonVersion}"
+   "python>=${PythonVersion}"

VVhitehead commented on 2026-05-14 23:40 (UTC)

After trying to update I'm still getting:

 error: failed to prepare transaction (could not satisfy dependencies)
 :: installing python (3.14.5-1) breaks dependency 'python=3.14.4' required by optimus-manager-git

es20490446e commented on 2026-04-14 13:10 (UTC)

Fixed!

Oreste commented on 2026-04-14 09:01 (UTC) (edited on 2026-04-14 09:22 (UTC) by Oreste)

Mine was not working because it didn't fetched the right python version. I had to unistall it and modify PKGBUILD with:

diff --git a/PKGBUILD b/PKGBUILD
index 7070653..110fc24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ SoftwareVersion () {


 PythonVersion="$(
-       pacman --sync --print-format "%v" python |
+       pacman -Sddp --print-format "%v" python |
        cut --delimiter='-' --fields=1
 )"

in order to apply the patch copy the content and put in a file called PKGBUILD.patch on the root of the repository then launch patch -l -p1 < PKGBUILD.patch

es20490446e commented on 2026-04-13 18:43 (UTC)

What steps are you using for installing or upgrading?

username227 commented on 2026-04-13 13:42 (UTC)

Cannot built - python was updated to 3.14.4 and it's looking for 3.14.3, even in chroot.

es20490446e commented on 2026-03-25 16:49 (UTC)

Does using the command I told you fix the issue?

simona commented on 2026-03-25 13:34 (UTC)

Everything is up to date. I honestly took it for granted.