diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-07-06 20:43:12 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-10 08:59:22 +0700 |
commit | 65dcdef5389a16233b91bcc0607557d4490af571 (patch) | |
tree | ed1cc66e8138f046f8380be022b0192d16b8567f /python/python3-pylint/python3-pylint.SlackBuild | |
parent | 2e8fa4d9ce9ba03835b09880c4628c9f4b0ac699 (diff) |
python/python3-pylint: Updated for version 2.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pylint/python3-pylint.SlackBuild')
-rw-r--r-- | python/python3-pylint/python3-pylint.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pylint/python3-pylint.SlackBuild b/python/python3-pylint/python3-pylint.SlackBuild index f980feb8e4ff3..40d9c19ad7aac 100644 --- a/python/python3-pylint/python3-pylint.SlackBuild +++ b/python/python3-pylint/python3-pylint.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pylint SRCNAM=pylint -VERSION=${VERSION:-2.8.2} +VERSION=${VERSION:-2.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - ChangeLog LICENSE PKG-INFO README.rst \ + LICENSE PKG-INFO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |