summaryrefslogtreecommitdiff
path: root/python/nest_asyncio/nest_asyncio.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/nest_asyncio/nest_asyncio.SlackBuild')
-rw-r--r--python/nest_asyncio/nest_asyncio.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/nest_asyncio/nest_asyncio.SlackBuild b/python/nest_asyncio/nest_asyncio.SlackBuild
index 60a6f86587..2a96a7eafa 100644
--- a/python/nest_asyncio/nest_asyncio.SlackBuild
+++ b/python/nest_asyncio/nest_asyncio.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for nest_asyncio
# Copyright 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,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nest_asyncio
-VERSION=${VERSION:-1.5.1}
+VERSION=${VERSION:-1.5.4}
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 \
- LICENSE README.rst \
+ LICENSE PKG-INFO README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild