diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2021-04-27 21:12:49 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-28 12:05:53 +0700 |
commit | 5d6b3df44e63babab8642628abd95a78c5032e6f (patch) | |
tree | b8039aa04dddf8e4516431ca8825c66f22dc6b58 /python/python3-pylint/python3-pylint.SlackBuild | |
parent | 8e6abf4894d159088b312a137769ca3bd1d3112b (diff) |
python/python3-pylint: Updated for version 2.8.0.
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 19317a2243148..130d7d4bacb05 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.7.4} +VERSION=${VERSION:-2.8.0} 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 \ - PKG-INFO README.rst ChangeLog COPYING DEPENDS \ + LICENSE PKG-INFO README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |