From bdf4ef848a7336e985dc2436cd0f118791c25628 Mon Sep 17 00:00:00 2001 From: Damian Perticone Date: Fri, 24 Mar 2023 04:50:50 +0000 Subject: games/protontricks: Updated for version 1.10.2. Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- .../protontricks-1.8.0_no-setuptools-scm.patch.gz | Bin 583 -> 0 bytes games/protontricks/protontricks.SlackBuild | 6 ++---- games/protontricks/protontricks.info | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gz 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 deleted file mode 100644 index 373624e461..0000000000 Binary files a/games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gz and /dev/null differ diff --git a/games/protontricks/protontricks.SlackBuild b/games/protontricks/protontricks.SlackBuild index bacb5d247d..9263141d58 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 3a089c80f2..a23bdead04 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="" -- cgit v1.2.3