summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b638358bb24b..955559432509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 35a5a860a48f..0dba27357bd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')