Date: Saturday, September 11, 2010 @ 23:31:36 Author: stephane Revision: 90500
upgpkg: pylint 0.21.2-1 update to version 0.21.2 Modified: pylint/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-12 02:53:14 UTC (rev 90499) +++ PKGBUILD 2010-09-12 03:31:36 UTC (rev 90500) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: +# Maintainer: Stéphane Gaudreault <[email protected]> # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=pylint -pkgver=0.21.1 -pkgrel=2 +pkgver=0.21.2 +pkgrel=1 pkgdesc="A python tool that checks if a module satisfies a coding standard" arch=('any') url="http://www.logilab.org/project/pylint" @@ -12,7 +12,7 @@ depends=('python-logilab-astng') optdepends=('tk: Pylint GUI') source=("http://ftp.logilab.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('70f82198cde208b9118e81a43f3c7d80') +md5sums=('8b61adb9def27b5ace7d611bcc91e020') package() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -22,3 +22,5 @@ install -d "${pkgdir}/usr/share/man/man1" install -m644 man/* "${pkgdir}/usr/share/man/man1" } + +# vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent
