diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-28 00:56:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:20 +0700 |
commit | ab8c0fac6072990505f09fcacf0c044a8f41c31f (patch) | |
tree | 35315b15d7b339b4cce3c32076764194c386c88c /python/python3-tomlkit/python3-tomlkit.SlackBuild | |
parent | e29ae4acebc335a6325943c01fd380bc3877c9f1 (diff) |
python/python3-tomlkit: Updated for version 0.11.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tomlkit/python3-tomlkit.SlackBuild')
-rw-r--r-- | python/python3-tomlkit/python3-tomlkit.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild index d39927a7c9..b3029bce53 100644 --- a/python/python3-tomlkit/python3-tomlkit.SlackBuild +++ b/python/python3-tomlkit/python3-tomlkit.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tomlkit -VERSION=${VERSION:-0.11.4} +VERSION=${VERSION:-0.11.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |