summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Damian Perticone2023-03-24 05:50:50 +0100
committer Willy Sudiarto Raharjo2023-03-25 04:01:53 +0100
commitbdf4ef848a7336e985dc2436cd0f118791c25628 (patch)
tree00652b92b5c2a072f36697a53a4bc2bcf00265fd
parent6b30722894830be365c29bf99d5e0263f50d2b04 (diff)
downloadslackbuilds-bdf4ef848a7336e985dc2436cd0f118791c25628.tar.gz
games/protontricks: Updated for version 1.10.2.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gzbin583 -> 0 bytes
-rw-r--r--games/protontricks/protontricks.SlackBuild6
-rw-r--r--games/protontricks/protontricks.info6
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
deleted file mode 100644
index 373624e461..0000000000
--- a/games/protontricks/protontricks-1.8.0_no-setuptools-scm.patch.gz
+++ /dev/null
Binary files 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=""