diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2016-01-12 23:19:22 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-12 21:58:11 -0600 |
commit | 4497db58ad299c6be95ebd6f1e27f6a8b3e9cb7d (patch) | |
tree | 8991c3c92dcfda631037089455ddc72c20d93f5e /development/pylint/pylint.SlackBuild | |
parent | c95f08949cfb622370fd131d9b33ddd17953b12a (diff) | |
download | slackbuilds-4497db58ad299c6be95ebd6f1e27f6a8b3e9cb7d.tar.gz |
development/pylint: Updated for version 1.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pylint/pylint.SlackBuild')
-rw-r--r-- | development/pylint/pylint.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/pylint/pylint.SlackBuild b/development/pylint/pylint.SlackBuild index e6de592f1d..59b1473c27 100644 --- a/development/pylint/pylint.SlackBuild +++ b/development/pylint/pylint.SlackBuild @@ -3,10 +3,10 @@ # Slackware build script for pylint # Written by Grissiom chaos.proton@gmail.com -# Updated up to v. 1.3.1 by Serban Udrea (S.Udrea@gsi.de) +# Updated up to v. 1.5.2 by Serban Udrea (S.Udrea@gsi.de) PRGNAM=pylint -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -29,7 +29,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/$PRGNAM-$VERSION.zip +tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -44,7 +44,7 @@ mkdir -p ${PKG}/usr/doc/$PRGNAM-$VERSION rm -rf ${PKG}/usr/share cp -a \ - PKG-INFO README README.Python3 ChangeLog COPYING DEPENDS \ + PKG-INFO README.rst ChangeLog COPYING DEPENDS \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |