Search Criteria
Package Details: protontricks 1.12.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/protontricks.git (read-only, click to copy) |
---|---|
Package Base: | protontricks |
Description: | A simple wrapper that does winetricks things for Proton enabled games. |
Upstream URL: | https://github.com/Matoking/protontricks |
Licenses: | GPL-3.0-or-later |
Conflicts: | protontricks-git |
Provides: | protontricks |
Submitter: | jcstryker |
Maintainer: | jcstryker (LibertyGM) |
Last Packager: | LibertyGM |
Votes: | 188 |
Popularity: | 5.10 |
First Submitted: | 2019-02-04 14:36 (UTC) |
Last Updated: | 2025-03-08 17:11 (UTC) |
Dependencies (12)
- python (python37AUR)
- python-pillow (python-pillow-simd-gitAUR)
- python-setuptools
- python-vdfAUR
- winetricks (winetricks-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
- yad (yad-gtk2AUR, yad-gitAUR) (optional) – GUI for game selection,
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR) (optional) – GUI for winetricks
Required by (4)
- arch-gaming-meta (optional)
- polyversal-patcher
- polyversal-patcher-bin (optional)
- shortix-desktop
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8
jcstryker commented on 2019-09-16 10:55 (UTC)
@gbr
Looks like vdf got removed for you somehow. Try reinstalling the
python-vdf
aur package or the pip package e.g.pip install vdf
.gbr commented on 2019-09-16 07:42 (UTC)
Not working for me anymore: https://pastebin.com/raw/Cg0EELkV
pkg_resources.DistributionNotFound: The 'vdf>=2.4' distribution was not found and is required by protontricks
ge4rsh0t commented on 2019-07-19 07:04 (UTC)
The solution to this .NET error with Winetricks/Protontricks is to uninstall Wine Mono for the prefix using Wine's uninstaller.
theriddick commented on 2019-07-19 03:16 (UTC)
NOTE: winetricks and protontricks currently can't install dotnet(all versions), been this way for several months now, confirmed by many over at proton github.
loathingkernel commented on 2019-06-27 10:26 (UTC) (edited on 2019-06-27 13:44 (UTC) by loathingkernel)
This is not needed in this script
provides=("protontricks") conflicts=('protontricks-git')
pkgname is added automatically in the provides array and it is customary not to have the release package conflict with the VCS package, but the other way around, especially since you are the maintainer of both packages and in the other PKGBUILD you already have
provides=("protontricks") conflicts=('protontricks')
https://wiki.archlinux.org/index.php/PKGBUILD#provides
Rhinoceros commented on 2019-06-18 23:28 (UTC)
Hi, any chance of an update from ~2 weeks ago? I'm happy to be added as a co-maintainer if you like.
WhatTheBuck commented on 2019-04-12 17:12 (UTC)
Change the sha512sums line to this:
sha512sums=('386f7161f6c364d3420fd1b4d0e21f6e3af51d27f9e558c574695168b79f37548e695a3f1c2a773eb1f1feee9b601a7044b6a339f21338cf6fc0272dba865499')
jhharvest commented on 2019-04-12 09:42 (UTC)
==> Making package: protontricks 1.2.1-1 (Fri 12 Apr 2019 12:39:48 EEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading 1.2.1.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 128 0 128 0 0 135 0 --:--:-- --:--:-- --:--:-- 135 100 45934 0 45934 0 0 23824 0 --:--:-- 0:00:01 --:--:-- 52616 ==> Validating source files with sha512sums... 1.2.1.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!
IncredibleLaser commented on 2019-02-07 14:52 (UTC)
This package needs python-setuptools as a makedepends, otherwise won't build.
« First ‹ Previous 1 .. 3 4 5 6 7 8