diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2021-08-25 21:50:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-30 06:55:46 +0700 |
commit | 07798e6ded73eea2223fe4368edf33bb19f9619f (patch) | |
tree | 0990d0b42fd515c4541fce976f068d891e15dbbe /python | |
parent | b5b01c0ec9243a0d855c8a1f0d190c6077249467 (diff) | |
download | slackbuilds-07798e6ded73eea2223fe4368edf33bb19f9619f.tar.gz |
python/pytsk: Updated for version 20210801.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pytsk/pytsk.SlackBuild | 8 | ||||
-rw-r--r-- | python/pytsk/pytsk.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/pytsk/pytsk.SlackBuild b/python/pytsk/pytsk.SlackBuild index 6401c6a472..3a59fec954 100644 --- a/python/pytsk/pytsk.SlackBuild +++ b/python/pytsk/pytsk.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for pytsk -# Copyright 2014-2019 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2014-2021 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,12 +21,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated v20190121 March 2019 +# Updated v20210801 August 2021 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pytsk -VERSION=${VERSION:-20190121} +VERSION=${VERSION:-20210801} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,7 @@ find -L . \ export CC="gcc $SLKCFLAGS $(pkg-config --cflags talloc)" -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/pytsk/pytsk.info b/python/pytsk/pytsk.info index d4df11f924..9a5a5e2502 100644 --- a/python/pytsk/pytsk.info +++ b/python/pytsk/pytsk.info @@ -1,8 +1,8 @@ PRGNAM="pytsk" -VERSION="20190121" +VERSION="20210801" HOMEPAGE="https://github.com/py4n6/pytsk" -DOWNLOAD="https://slackware.uk/sbosrcarch/by-md5/1/4/14956a80e150a695d03a361e087423f1/pytsk3-20190121.tar.gz" -MD5SUM="14956a80e150a695d03a361e087423f1" +DOWNLOAD="https://linuxleo.com/Source/pytsk3-20210801.tar.gz" +MD5SUM="706c4c2e751ff0665477d7e01029fb23" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |