Search Criteria
Package Details: protontricks-git 1.14.1.r6.g28cfc0c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/protontricks-git.git (read-only, click to copy) |
|---|---|
| Package Base: | protontricks-git |
| Description: | A simple wrapper that does winetricks things for Proton enabled games. |
| Upstream URL: | https://github.com/Matoking/protontricks |
| Licenses: | GPL-3.0-only |
| Conflicts: | protontricks |
| Provides: | protontricks |
| Submitter: | jcstryker |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 32 |
| Popularity: | 0.158685 |
| First Submitted: | 2018-08-28 05:05 (UTC) |
| Last Updated: | 2026-05-05 21:38 (UTC) |
Dependencies (14)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-vdf
- winetricks (winetricks-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- appstream (check)
- desktop-file-utils (desktop-file-utils-gitAUR) (check)
- python-pytest (check)
- yad (yad-gtk2AUR, yad-gitAUR, yad-lightAUR) (optional) – for GUI
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR, zenity-rs-binAUR) (optional) – fallback for GUI
Required by (9)
- eddiscovery-proton (requires protontricks)
- goverlay-git (requires protontricks) (optional)
- metaelite-proton (requires protontricks)
- polyversal-patcher (requires protontricks)
- polyversal-patcher-bin (requires protontricks) (optional)
- shortix-desktop (requires protontricks)
- vhelper (requires protontricks)
- zladxhd-installer-bin (requires protontricks) (optional)
- zladxhd-installer-git (requires protontricks) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
yochananmarqos commented on 2026-05-14 15:42 (UTC)
@RainOrigami: I can't reproduce in a clean chroot. Don't mix local and system Python packages.
RainOrigami commented on 2026-05-14 15:15 (UTC) (edited on 2026-05-14 15:24 (UTC) by RainOrigami)
Upon updating today, the package fails to build with 10 failed tests:
etc. you get the gist.
It's all related to some /tmp/pytest-of-rain/pytest-4/test_run_gui0/home/fakeuser/.cache/ vs /home/rain/.cache/ stuff.
Is this an upstream issue I should report to protontricks github or is this from the pkgbuild? Full log: https://pastebin.com/NzrkSy3m
bobert commented on 2026-01-12 06:19 (UTC)
Ran into an issue with Python missing package dependencies. Most likely this is due to Python being a mess on my system, but it's easy to fix manually. If your build fails with an error similar to:
/home/$user/.pyenv/versions/3.10.6/bin/python No module named buildRun the following command to manually install the required dependencies in the python instance being used (make sure to replace $user and $version):
/home/$user/.pyenv/versions/$version/bin/python -m pip install build setuptools-scm wheel installerleonidlednev commented on 2025-11-18 16:15 (UTC)
The package fails to build when multiple wheels are present. Consider adding the following code to the PKGBUILD:
yochananmarqos commented on 2023-09-20 21:57 (UTC)
@rollhax: Apparently you didn't actually remove what you thought you did. Remove the build directory manually or don't use an AUR helper.
rollhax commented on 2023-09-20 21:49 (UTC) (edited on 2023-09-20 21:49 (UTC) by rollhax)
@yochananmarqos: I had done that already before posting here by running
yay -Sc. Probably some other cache I'm unaware of.yochananmarqos commented on 2023-09-18 23:04 (UTC)
@rollhax: Nothing has changed. Clear your build cache and try again.
rollhax commented on 2023-09-18 21:30 (UTC) (edited on 2023-09-18 21:33 (UTC) by rollhax)
I was getting the following error when trying to update:
Commenting out the last line in the package() function got around this, but I'm not sure if that was the "correct" fix.
yochananmarqos commented on 2023-08-01 20:27 (UTC)
@rtentser: Thanks for reporting, missed that somehow.
rtentser commented on 2023-08-01 19:47 (UTC) (edited on 2023-08-01 19:49 (UTC) by rtentser)
Missing dependency on
python-pillow1 2 3 4 5 Next › Last »