summaryrefslogtreecommitdiffstats
path: root/games/protontricks/protontricks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/protontricks/protontricks.SlackBuild')
-rw-r--r--games/protontricks/protontricks.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/games/protontricks/protontricks.SlackBuild b/games/protontricks/protontricks.SlackBuild
index 89b6b83b6e..fccbf9ee9d 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
@@ -22,14 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 20220505 bkw: Modified by SlackBuilds.org, BUILD=2:
-# - rename doint.sh to doinst.sh, and actually install it in $PKG/install.
-
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=protontricks
-VERSION=${VERSION:-1.8.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.10.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,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 \