summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Damian Perticone <mjolnirdam@gmail.com>2023-08-25 22:06:28 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-26 19:06:59 +0700
commit45e99d24a4c6774f188f40fc3bc5b1f4011a1261 (patch)
treecd1f340dfb519e9d4ba053a9ee55b4e25388ccbc
parent599542f8759dd0b94e30b874e2423abaa36da9fc (diff)
downloadslackbuilds-45e99d24a4c6774f188f40fc3bc5b1f4011a1261.tar.gz
slackbuilds-45e99d24a4c6774f188f40fc3bc5b1f4011a1261.tar.xz
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>
-rw-r--r--games/protontricks/README2
-rw-r--r--games/protontricks/protontricks.SlackBuild2
-rw-r--r--games/protontricks/protontricks.info8
3 files changed, 5 insertions, 7 deletions
diff --git a/games/protontricks/README b/games/protontricks/README
index 1319d02490..f7122df827 100644
--- a/games/protontricks/README
+++ b/games/protontricks/README
@@ -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
diff --git a/games/protontricks/protontricks.SlackBuild b/games/protontricks/protontricks.SlackBuild
index 9263141d58..fccbf9ee9d 100644
--- a/games/protontricks/protontricks.SlackBuild
+++ b/games/protontricks/protontricks.SlackBuild
@@ -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}
diff --git a/games/protontricks/protontricks.info b/games/protontricks/protontricks.info
index a23bdead04..7ea39e16b1 100644
--- a/games/protontricks/protontricks.info
+++ b/games/protontricks/protontricks.info
@@ -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"