diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-18 18:27:04 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-19 12:31:02 +0700 |
commit | 7562d94747adf0e8cb9fa894e10966f071e42ff3 (patch) | |
tree | 332b1bbe24ce3bfcc59570eceb503792149a337d /python | |
parent | 8e8edb901930c5702c1d99f26f84e0b29ecc924b (diff) |
python/pandocfilters: Update for 1.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pandocfilters/pandocfilters.SlackBuild | 9 | ||||
-rw-r--r-- | python/pandocfilters/pandocfilters.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/python/pandocfilters/pandocfilters.SlackBuild b/python/pandocfilters/pandocfilters.SlackBuild index 7bf995ff8b..209914fbd6 100644 --- a/python/pandocfilters/pandocfilters.SlackBuild +++ b/python/pandocfilters/pandocfilters.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pandocfilters # Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pandocfilters -VERSION=${VERSION:-1.5.0} +VERSION=${VERSION:-1.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -87,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGELOG.md LICENSE PKG-INFO README.rst \ + CHANGELOG.md LICENSE README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/pandocfilters/pandocfilters.info b/python/pandocfilters/pandocfilters.info index d0c79a417b..7904694367 100644 --- a/python/pandocfilters/pandocfilters.info +++ b/python/pandocfilters/pandocfilters.info @@ -1,8 +1,8 @@ PRGNAM="pandocfilters" -VERSION="1.5.0" +VERSION="1.5.1" HOMEPAGE="https://github.com/jgm/pandocfilters" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.5.0.tar.gz" -MD5SUM="d625fec43c27f091e465ff28df763a66" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.5.1.tar.gz" +MD5SUM="438dc6900e1f62bd333b8e97df691b39" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |