diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-04 10:58:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:50 +0700 |
commit | a67a8d6f11c218feb61fc6981070b7a898750562 (patch) | |
tree | 272c7be3bfc61366581883b67ecfa2115a8c3999 /python/bleach/bleach.SlackBuild | |
parent | f4b01f762ec8c7d388ad59807d180287de573b35 (diff) | |
download | slackbuilds-a67a8d6f11c218feb61fc6981070b7a898750562.tar.gz |
python/bleach: Updated for version 3.3.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/bleach/bleach.SlackBuild')
-rw-r--r-- | python/bleach/bleach.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/bleach/bleach.SlackBuild b/python/bleach/bleach.SlackBuild index 755769ffa6..60208954df 100644 --- a/python/bleach/bleach.SlackBuild +++ b/python/bleach/bleach.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bleach -# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bleach -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,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 \ |