diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-03 21:52:11 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:49:06 +0700 |
commit | 22937057fb441a1e3b4ffd585b275d69d0da6399 (patch) | |
tree | a536d6904a709c1fb20235588cf0680ebb8047a7 | |
parent | f781e701d9e4e3c8d0222abd874fbd77aaae829a (diff) |
python/veryprettytable: Update script.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/veryprettytable/veryprettytable.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/veryprettytable/veryprettytable.SlackBuild b/python/veryprettytable/veryprettytable.SlackBuild index a3e8aecaae4f..82c857bb1f70 100644 --- a/python/veryprettytable/veryprettytable.SlackBuild +++ b/python/veryprettytable/veryprettytable.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for veryprettytable -# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2017-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=veryprettytable VERSION=${VERSION:-0.8.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,7 +79,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 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |