Search Criteria
Package Details: protontricks-git 1.13.1.r1.gb72e306-2
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: | 33 |
| Popularity: | 0.33 |
| First Submitted: | 2018-08-28 05:05 (UTC) |
| Last Updated: | 2025-11-18 17:28 (UTC) |
Dependencies (13)
- 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)
- 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 »
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-pillowyochananmarqos commented on 2023-02-23 22:21 (UTC) (edited on 2023-02-23 22:22 (UTC) by yochananmarqos)
@Baerbeisser: Can't reproduce. Make sure you're fully up to date and aren't mixing system and local Python packages.
EDIT: Your local PKGBUILD is out of date. The wheel version is 1.10.2, your output is showing 1.9.2.
Baerbeisser commented on 2023-02-23 22:17 (UTC) (edited on 2023-02-23 22:18 (UTC) by Baerbeisser)
Build fails on
1 2 3 4 5 Next › Last »