summaryrefslogtreecommitdiffstats
path: root/network/awscli/awscli.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/awscli/awscli.SlackBuild')
-rw-r--r--network/awscli/awscli.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/awscli/awscli.SlackBuild b/network/awscli/awscli.SlackBuild
index cc8d8433e1..3ad92c1ce4 100644
--- a/network/awscli/awscli.SlackBuild
+++ b/network/awscli/awscli.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=awscli
-VERSION=${VERSION:-1.9.11}
+VERSION=${VERSION:-1.9.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,9 @@ 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 {} \;
+# Patch to support new colorama version
+sed -i "s/0.3.3/0.3.5/" setup.py
+
python setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \