diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-15 20:44:41 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-17 21:56:36 +0700 |
commit | e41084eb60be64574dca5a993bb9ca3ceef6a1ea (patch) | |
tree | b3ec870f1f53f529e6351e0b23390e2e0596436e /python/send2trash/send2trash.SlackBuild | |
parent | f0458f1401ef2779f519f63c84bc29bd469aaa32 (diff) |
python/send2trash: Updated for version 1.5.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/send2trash/send2trash.SlackBuild')
-rw-r--r-- | python/send2trash/send2trash.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/send2trash/send2trash.SlackBuild b/python/send2trash/send2trash.SlackBuild index c173808abfcf8..4cafed265aa1b 100644 --- a/python/send2trash/send2trash.SlackBuild +++ b/python/send2trash/send2trash.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for send2trash -# Copyright 2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2018-2019 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=send2trash -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,8 @@ 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 {} \; -python setup.py install --root=$PKG +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 \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |