diff options
Diffstat (limited to 'python/python3-tekore/python3-tekore.SlackBuild')
-rw-r--r-- | python/python3-tekore/python3-tekore.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/python3-tekore/python3-tekore.SlackBuild b/python/python3-tekore/python3-tekore.SlackBuild index 9776532091..22683cb5cb 100644 --- a/python/python3-tekore/python3-tekore.SlackBuild +++ b/python/python3-tekore/python3-tekore.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-tekore -# Copyright 2019-2020 Pouria Rezaei <Pouria.rz@outlook.com> +# Copyright 2019-2021 Pouria Rezaei <Pouria.rz@outlook.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=python3-tekore SRCNAM=tekore -VERSION=${VERSION:-3.6.2} +VERSION=${VERSION:-3.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,6 @@ sed -i -e "s~.*scripts=glob.glob(\"Scripts/\*.py\"),~~" setup.py 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 |