games/protontricks: Updated for version 1.10.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Damian Perticone 2023-08-25 22:06:28 +09:00 committed by Willy Sudiarto Raharjo
parent 599542f875
commit 45e99d24a4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 7 deletions

View file

@ -4,7 +4,5 @@ such as launching external Windows executables.
This is often useful when a game requires closed-source runtime
libraries or applications that are not included with
Proton.
requires winetricks to work
optional dependencies="yad" for GUI for game selection
"zenity" for GUI for winetricks

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protontricks
VERSION=${VERSION:-1.10.2}
VERSION=${VERSION:-1.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="protontricks"
VERSION="1.10.2"
VERSION="1.10.3"
HOMEPAGE="https://github.com/Matoking/protontricks"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/protontricks/protontricks-1.10.2.tar.gz"
MD5SUM="8ce3d3ebedcb489545ef9faac808611f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/protontricks/protontricks-1.10.3.tar.gz"
MD5SUM="9913ed4d93fc78271ff285fc9ea3f7ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="winetricks python-vdf"
MAINTAINER="Damian Perticone"
EMAIL="mjolnirdam@gmail.com"