diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2023-03-24 04:50:50 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-25 10:01:53 +0700 |
commit | bdf4ef848a7336e985dc2436cd0f118791c25628 (patch) | |
tree | 00652b92b5c2a072f36697a53a4bc2bcf00265fd /games | |
parent | 6b30722894830be365c29bf99d5e0263f50d2b04 (diff) |
games/protontricks: Updated for version 1.10.2.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gz | bin | 583 -> 0 bytes | |||
-rw-r--r-- | games/protontricks/protontricks.SlackBuild | 6 | ||||
-rw-r--r-- | games/protontricks/protontricks.info | 6 |
3 files changed, 5 insertions, 7 deletions
diff --git a/games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gz b/games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gz Binary files differdeleted file mode 100644 index 373624e4613d..000000000000 --- a/games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gz +++ /dev/null diff --git a/games/protontricks/protontricks.SlackBuild b/games/protontricks/protontricks.SlackBuild index bacb5d247dff..9263141d589b 100644 --- a/games/protontricks/protontricks.SlackBuild +++ b/games/protontricks/protontricks.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for protontricks -# Copyright 2022 Damian Perticone, Berisso, Argentina +# Copyright 2023 Damian Perticone, Berisso, Argentina # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protontricks -VERSION=${VERSION:-1.9.0} +VERSION=${VERSION:-1.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,8 +76,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -zcat $CWD/protontricks-1.8.0_no-setuptools-scm.patch | patch -p1 || exit - python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/games/protontricks/protontricks.info b/games/protontricks/protontricks.info index 3a089c80f277..a23bdead047a 100644 --- a/games/protontricks/protontricks.info +++ b/games/protontricks/protontricks.info @@ -1,8 +1,8 @@ PRGNAM="protontricks" -VERSION="1.9.0" +VERSION="1.10.2" HOMEPAGE="https://github.com/Matoking/protontricks" -DOWNLOAD="https://github.com/Matoking/protontricks/archive/1.9.0/protontricks-1.9.0.tar.gz" -MD5SUM="e5af44cab5f4de07c3a6f2391161717b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/protontricks/protontricks-1.10.2.tar.gz" +MD5SUM="8ce3d3ebedcb489545ef9faac808611f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |