diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-04-29 20:28:52 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-01 21:54:38 +0700 |
commit | af6107a7b563e0dcad7db1e555975e6434f38896 (patch) | |
tree | 3a4ffc86e9c672213d5d56d84943752b8c60fad6 /python/python3-pylint/python3-pylint.SlackBuild | |
parent | 89b980708a67f5250441a22f448c592885457579 (diff) |
python/python3-pylint: Updated for version 2.8.2.
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 130d7d4bacb05..4de9974160d04 100644 --- a/python/python3-pylint/python3-pylint.SlackBuild +++ b/python/python3-pylint/python3-pylint.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python3-pylint SRCNAM=pylint -VERSION=${VERSION:-2.8.0} +VERSION=${VERSION:-2.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,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 \ + ChangeLog LICENSE PKG-INFO README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |