diff options
author | Barry J. Grundy <bgrundyat> | 2022-05-20 04:19:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:19 +0700 |
commit | a391ba7a7654cfe1e9485c2f033c43ffec1ac31e (patch) | |
tree | cf6c97c347e14e57a1a47f0a5741a1d2d5418936 /python/artifacts/artifacts.SlackBuild | |
parent | 47e863b059a7231b5d7d85dae727eb01badca942 (diff) |
python/artifacts: Updated for version 20220429.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/artifacts/artifacts.SlackBuild')
-rw-r--r-- | python/artifacts/artifacts.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/artifacts/artifacts.SlackBuild b/python/artifacts/artifacts.SlackBuild index 6a68184aff..3ee8d9286e 100644 --- a/python/artifacts/artifacts.SlackBuild +++ b/python/artifacts/artifacts.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for artifacts -# Copyright 2016-2019 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2016-2022 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated to version 20190113, March 2019 +# Updated to version 20220429, May 2022 # 20220408 bkw: Modified by SlackBuilds.org, BUILD=2: # - get rid of /usr/share/doc. @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=artifacts -VERSION=${VERSION:-20190113} -BUILD=${BUILD:-2} +VERSION=${VERSION:-20220429} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,7 +80,7 @@ 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 | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |