From a367bdedc2a8e4a7d597db7e421c23fd6454441e Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Mon, 21 Feb 2022 01:33:21 -0800 Subject: [PATCH] python/pandocfilters: Updated for version 1.5.0 (+new maintainer) Signed-off-by: Willy Sudiarto Raharjo --- python/pandocfilters/pandocfilters.SlackBuild | 7 ++++--- python/pandocfilters/pandocfilters.info | 10 +++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/python/pandocfilters/pandocfilters.SlackBuild b/python/pandocfilters/pandocfilters.SlackBuild index 0be6b85745..978ea719b6 100644 --- a/python/pandocfilters/pandocfilters.SlackBuild +++ b/python/pandocfilters/pandocfilters.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pandocfilters # Copyright 2017-2021 Benjamin Trigona-Harany +# Copyright 2022 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pandocfilters -VERSION=${VERSION:-1.4.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.5.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README \ + CHANGELOG.md LICENSE PKG-INFO 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 d942dddedd..44627fd74e 100644 --- a/python/pandocfilters/pandocfilters.info +++ b/python/pandocfilters/pandocfilters.info @@ -1,10 +1,10 @@ PRGNAM="pandocfilters" -VERSION="1.4.3" +VERSION="1.5.0" HOMEPAGE="https://github.com/jgm/pandocfilters" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.4.3.tar.gz" -MD5SUM="1663f8ad167897848e23c749ce668dc8" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.5.0.tar.gz" +MD5SUM="d625fec43c27f091e465ff28df763a66" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com"