aboutsummaryrefslogtreecommitdiff
path: root/network/yle-dl/yle-dl.SlackBuild
diff options
context:
space:
mode:
authorMarkus Rinne <markus.ka.rinne@gmail.com>2021-02-17 17:50:44 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-19 23:29:06 +0700
commita3f717f64b76e0fd673c7f652b40aa8394b90edf (patch)
treefa58b9d26ee3bd26b4ff4401a2c1a248d590d019 /network/yle-dl/yle-dl.SlackBuild
parent127a1086c0dde4deb00c52189704cc847209ba77 (diff)
network/yle-dl: Updated for version 20210212.
yle-dl is changed to use Python 3 instead of Python 2 because the new version only supports Python 3. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/yle-dl/yle-dl.SlackBuild')
-rw-r--r--network/yle-dl/yle-dl.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/yle-dl/yle-dl.SlackBuild b/network/yle-dl/yle-dl.SlackBuild
index a896586185aaa..91299e4d50d56 100644
--- a/network/yle-dl/yle-dl.SlackBuild
+++ b/network/yle-dl/yle-dl.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yle-dl
-VERSION=${VERSION:-20201022}
+VERSION=${VERSION:-20210212}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,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 {} \;
-python 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