Package Details: protontricks-git 1.14.1.r6.g28cfc0c-1

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.66
First Submitted: 2018-08-28 05:05 (UTC)
Last Updated: 2026-05-05 21:38 (UTC)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

yochananmarqos 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

Successfully built protontricks-1.10.2-py3-none-any.whl
==> Betrete fakeroot Umgebung...
==> Beginne package()...
usage: python -m installer [-h] [--destdir path] [--prefix path] [--compile-bytecode level] [--no-compile-bytecode] wheel
python -m installer: error: unrecognized arguments: dist/protontricks-1.9.2-py3-none-any.whl

MarsSeed commented on 2022-07-19 08:03 (UTC)

Which means that now is a good chance for @jcsryker to fix the pkgver() function to filter out the extra dot that can be inserted before an alphabetical git tag suffix.

HurricanePootis commented on 2022-07-19 04:22 (UTC)

If you update the package's PKGVER right now, I get 1.9.0.r0.8e35c31 without the dev.

MarsSeed commented on 2022-07-01 19:41 (UTC)

Version in current PKGBUILD, .SRCINFO is wrong.

Should be 1.8.2.r3.8bed483-1 instead of 1.8.2.dev3+gbe3805b-1.

<deleted-account> commented on 2022-06-14 03:01 (UTC)

Missing makedepends https://archlinux.org/packages/testing/any/python-setuptools/

FabioLolix commented on 2022-05-26 18:58 (UTC)

This pkgbuild incorrectly use "python3 setup.py --version" in pkgver instead of reccomended methods

veganvelociraptr commented on 2022-05-26 17:06 (UTC)

yay keeps repeatedly asking me to update the package 1.8.2-1 -> 1.8.2.dev3+gbe3805b-1, even though it's already updated.

skw commented on 2022-04-21 14:06 (UTC) (edited on 2022-04-21 14:25 (UTC) by skw)

in addition to needing setuptools at runtime, building in a chroot fails without it

h0m3 commented on 2022-03-21 00:51 (UTC)

+1 on requires the python-setuptools dependency. protontricks wont run without pkg_resources from python-setuptols