aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-docstrings
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-flake8-docstrings')
-rw-r--r--testing/py-flake8-docstrings/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD
index 13a52303e3..3724cf759b 100644
--- a/testing/py-flake8-docstrings/APKBUILD
+++ b/testing/py-flake8-docstrings/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flake8-docstrings
_pkgname=flake8-docstrings
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 which uses pep257 to check docstrings"
url="https://bitbucket.org/icordasc/flake8-docstrings"
arch="noarch"
license="MIT"
-depends="python py-flake8"
+depends="python flake8"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""