games/protontricks: Updated for version 1.10.2.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Damian Perticone 2023-03-24 04:50:50 +00:00 committed by Willy Sudiarto Raharjo
parent 6b30722894
commit bdf4ef848a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 7 deletions

View file

@ -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 \

View file

@ -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=""