aboutsummaryrefslogtreecommitdiff
path: root/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-09-14 01:36:29 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-17 09:00:09 +0700
commit2cc7b2609da83756f531085edfac6e0de0fc526f (patch)
tree190787dd492c6070c4606893992d6e4e8749456a /python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
parentc59c36992778186201e71a227f775ed8b82c3963 (diff)
python/python3-fastjsonschema: Updated for version 2.16.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild')
-rw-r--r--python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
index 66602a533d..43a33e9218 100644
--- a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
+++ b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
@@ -25,12 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-fastjsonschema
-VERSION=${VERSION:-2.16.1}
+VERSION=${VERSION:-2.16.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-SRCNAM=fastjsonschema
+SRCNAM=python-fastjsonschema
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- LICENSE PKG-INFO README.rst \
+ LICENSE README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild