summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-02-21 10:33:21 +0100
committer Willy Sudiarto Raharjo2022-02-22 19:48:08 +0100
commita367bdedc2a8e4a7d597db7e421c23fd6454441e (patch)
tree13535e8b37b22c232f8221282c112ae86b2b0aca
parentc7923347c0159dbae4722ec7164354ce9e2c5bbc (diff)
downloadslackbuilds-a367bdedc2a8e4a7d597db7e421c23fd6454441e.tar.gz
python/pandocfilters: Updated for version 1.5.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/pandocfilters/pandocfilters.SlackBuild7
-rw-r--r--python/pandocfilters/pandocfilters.info10
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 <slackbuilds@jaxartes.net>
+# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
# 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"