diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,13 +1,12 @@ pkgbase = python-pocketlint pkgdesc = Addon pylint modules and configuration settings for checking the validity of Python-based source projects. pkgver = 0.25 - pkgrel = 1 + pkgrel = 2 url = https://github.com/rhinstaller/pocketlint arch = i686 arch = x86_64 license = GPL makedepends = python - makedepends = python-devel makedepends = python-pylint makedepends = python-packaging makedepends = python-setuptools @@ -3,12 +3,12 @@ pkgbase=python-pocketlint pkgname=python-pocketlint pkgver=0.25 -pkgrel=1 +pkgrel=2 pkgdesc='Addon pylint modules and configuration settings for checking the validity of Python-based source projects.' arch=('i686' 'x86_64') url='https://github.com/rhinstaller/pocketlint' license=('GPL') -makedepends=('python' 'python-devel' 'python-pylint' 'python-packaging' 'python-setuptools') +makedepends=('python' 'python-pylint' 'python-packaging' 'python-setuptools') depends=('python' 'python-pylint' 'python-polib' 'python-packaging') source=("https://github.com/rhinstaller/pocketlint/archive/${pkgver}.tar.gz") sha256sums=('d6c868cc6119cfef1470707933a949088a3e1bf82c7375d657f038c728c12fa9') |