diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-05-30 20:35:31 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-01 21:51:08 +0700 |
commit | e997763fb6a6b5a6f11882e264a84a9f3f6f462b (patch) | |
tree | c44d769c91de1426b92bd04186bd3887fc371d4c /python/python3-astroid/python3-astroid.SlackBuild | |
parent | f5cc4d14ad14fa990187a44d9219cc2838fde179 (diff) |
python/python3-astroid: Updated for version 2.5.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-astroid/python3-astroid.SlackBuild')
-rw-r--r-- | python/python3-astroid/python3-astroid.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-astroid/python3-astroid.SlackBuild b/python/python3-astroid/python3-astroid.SlackBuild index 12bb32f95eb35..809bfa45dc4f8 100644 --- a/python/python3-astroid/python3-astroid.SlackBuild +++ b/python/python3-astroid/python3-astroid.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-astroid SRCNAM=astroid -VERSION=${VERSION:-2.5.6} +VERSION=${VERSION:-2.5.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,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* PKG-INFO \ + LICENSE PKG-INFO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |