Search Criteria
Package Details: protontricks 1.12.0-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: | 166 |
Popularity: | 8.57 |
First Submitted: | 2019-02-04 14:36 (UTC) |
Last Updated: | 2024-09-17 01:03 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-pillow (python-pillow-gitAUR)
- python-setuptools
- python-vdfAUR
- winetricks (winetricks-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- yad (yad-gtk2AUR, yad-gitAUR) (optional) – GUI for game selection,
- zenity (qarma-gitAUR, zenity-gtk3AUR, zenity-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
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