From 3b149c7494726f8a6b578f64da1ab81e7de47f1b Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 29 Apr 2023 15:35:30 -0700 Subject: python/python3-gast: Update for 0.5.4 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-gast/python3-gast.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'python/python3-gast/python3-gast.SlackBuild') diff --git a/python/python3-gast/python3-gast.SlackBuild b/python/python3-gast/python3-gast.SlackBuild index 540b53168e..f2a00f42c6 100644 --- a/python/python3-gast/python3-gast.SlackBuild +++ b/python/python3-gast/python3-gast.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for python3-gast -# Copyright 2022 Isaac Yu +# Copyright 2022-2023 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-gast -VERSION=${VERSION:-0.5.3} +VERSION=${VERSION:-0.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 -- cgit v1.2.3