From f3b5311a60db9aeed530a222f2481d350582fccd Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 18 Apr 2023 11:41:08 +0300 Subject: games/pychess: Updated for version 1.0.4. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- games/pychess/pychess.SlackBuild | 13 ++++++------- games/pychess/pychess.info | 8 ++++---- 2 files changed, 10 insertions(+), 11 deletions(-) (limited to 'games/pychess') 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 \ diff --git a/games/pychess/pychess.info b/games/pychess/pychess.info index 291020327b..399d198f06 100644 --- a/games/pychess/pychess.info +++ b/games/pychess/pychess.info @@ -1,10 +1,10 @@ PRGNAM="pychess" -VERSION="1.0.3" +VERSION="1.0.4" HOMEPAGE="http://www.pychess.org/" -DOWNLOAD="https://github.com/pychess/pychess/releases/download/1.0.3/pychess-1.0.3.tar.gz" -MD5SUM="055005c3c8caf628099e64b2ba2386ee" +DOWNLOAD="https://github.com/pychess/pychess/releases/download/1.0.4/pychess-1.0.4.tar.gz" +MD5SUM="a25f6f7ea34f76e56a5f332cac562be3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-websockets python3-psutil python3-pexpect SQLAlchemy" +REQUIRES="python3-websockets python3-psutil python3-pexpect SQLAlchemy stockfish" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" -- cgit v1.2.3