aboutsummaryrefslogtreecommitdiff
path: root/libraries/dropbox-python/dropbox-python.SlackBuild
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2024-01-15 13:10:25 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-20 09:16:20 +0700
commit4e0ea97bf44d89c96e692d1a6521c8c56c269a36 (patch)
tree046d31a315fd2d1f7bd377c689f6c8efe7934d1a /libraries/dropbox-python/dropbox-python.SlackBuild
parente3670ad774ddc695417f3191c8f57c7e6e9ffae1 (diff)
libraries/dropbox-python: Updated for version 11.36.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/dropbox-python/dropbox-python.SlackBuild')
-rw-r--r--libraries/dropbox-python/dropbox-python.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/dropbox-python/dropbox-python.SlackBuild b/libraries/dropbox-python/dropbox-python.SlackBuild
index 5601d14ea1..ed3c73d17d 100644
--- a/libraries/dropbox-python/dropbox-python.SlackBuild
+++ b/libraries/dropbox-python/dropbox-python.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for dropbox-python
-# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2024 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=dropbox-python
SCRNAM=$(printf $PRGNAM | cut -c1-7)
-VERSION=${VERSION:-9.4.0}
+VERSION=${VERSION:-11.36.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,7 +80,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 \