Skip to content

Commit

Permalink
pylint: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Oct 25, 2020
1 parent 979c947 commit 9c2ce7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extra-python/pylint/autobuild/build
Expand Up @@ -4,7 +4,7 @@ python2 setup.py install --prefix=/usr --root="$PKGDIR" --skip-build --optimize=
install -d "$PKGDIR"/usr/share/man/man1
install -m644 man/* "$PKGDIR"/usr/share/man/man1

for i in epylint pylint pylint-gui pyreverse symilar; do
for i in epylint pylint pyreverse symilar; do
mv "$PKGDIR"/usr/bin/${i}{,2}
mv "$PKGDIR"/usr/share/man/man1/${i}{,2}.1
done
Expand Down
2 changes: 1 addition & 1 deletion extra-python/pylint/spec
@@ -1,4 +1,4 @@
VER=2.2.2
REL=2
REL=3
SRCTBL="https://pypi.io/packages/source/p/pylint/pylint-$VER.tar.gz"
CHKSUM="sha256::689de29ae747642ab230c6d37be2b969bf75663176658851f456619aacf27492"

0 comments on commit 9c2ce7a

Please sign in to comment.