Search Criteria
Package Details: jackify-bin 0.7.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jackify-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | jackify-bin |
| Description: | Jackify - Simplifying Wabbajack modlist installation and configuration on Linux |
| Upstream URL: | https://github.com/Omni-guides/Jackify |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | jackify |
| Provides: | jackify |
| Submitter: | Wrxn |
| Maintainer: | Wrxn |
| Last Packager: | Wrxn |
| Votes: | 4 |
| Popularity: | 0.84 |
| First Submitted: | 2025-09-20 22:26 (UTC) |
| Last Updated: | 2026-07-09 06:54 (UTC) |
Latest Comments
darkbasic commented on 2026-07-09 06:50 (UTC)
The package currently lists python-pycryptodome, but Jackify imports from the Cryptodome namespace (e.g. from Cryptodome.Cipher import AES in machine_crypto.py), which is only provided by python-pycryptodomex. With python-pycryptodome installed, those imports silently fall back, so Nexus OAuth login fails with Encryption failed, cannot save token. The project's own requirements.txt correctly lists pycryptodomex>=3.19.0.
Fix: change python-pycryptodome -> python-pycryptodomex in depends (and bump pkgrel).
Wrxn commented on 2025-12-11 02:12 (UTC)
Thanks for letting me know! Have updated the PKGBUILD
saghm commented on 2025-12-11 00:59 (UTC)
In order to get the new OAuth login flow that was added in 0.2.0 working, I needed to add
python-pycryptodomeas a dependency and addchmod +x "${pkgdir}/opt/jackify/frontends/gui/__main__.py"to thepackagefunction.