mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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:
parent
599542f875
commit
45e99d24a4
3 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue