summaryrefslogtreecommitdiffstats
path: root/games/pychess/pychess.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-04-18 11:41:08 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 11:38:34 +0700
commitf3b5311a60db9aeed530a222f2481d350582fccd (patch)
treeaf5e76bb78d2838f9c6c312bd90d64259d51a8f7 /games/pychess/pychess.SlackBuild
parentd68b67028659fc409c6fb8655517499dc1d84a99 (diff)
downloadslackbuilds-f3b5311a60db9aeed530a222f2481d350582fccd.tar.gz
slackbuilds-f3b5311a60db9aeed530a222f2481d350582fccd.tar.xz
games/pychess: Updated for version 1.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pychess/pychess.SlackBuild')
-rw-r--r--games/pychess/pychess.SlackBuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/games/pychess/pychess.SlackBuild b/games/pychess/pychess.SlackBuild
index 8cbf97624a..4aaeb5bf1a 100644
--- a/games/pychess/pychess.SlackBuild
+++ b/games/pychess/pychess.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pychess
-# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-2023 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,9 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pychess
-SRCNAM=PyChess
-VERSION=${VERSION:-1.0.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.0.4}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,9 +69,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $SRCNAM-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \