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"