diff options
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 |
commit | 45e99d24a4c6774f188f40fc3bc5b1f4011a1261 (patch) | |
tree | cd1f340dfb519e9d4ba053a9ee55b4e25388ccbc /games | |
parent | 599542f8759dd0b94e30b874e2423abaa36da9fc (diff) |
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>
Diffstat (limited to 'games')
-rw-r--r-- | games/protontricks/README | 2 | ||||
-rw-r--r-- | games/protontricks/protontricks.SlackBuild | 2 | ||||
-rw-r--r-- | games/protontricks/protontricks.info | 8 |
3 files changed, 5 insertions, 7 deletions
diff --git a/games/protontricks/README b/games/protontricks/README index 1319d02490347..f7122df8272e7 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 9263141d589b3..fccbf9ee9d4a3 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 a23bdead047ac..7ea39e16b1f70 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" |