aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-flake8-quotes/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-quotes/APKBUILD b/testing/py-flake8-quotes/APKBUILD
index 6b9e6e5fbd..14e4b02a82 100644
--- a/testing/py-flake8-quotes/APKBUILD
+++ b/testing/py-flake8-quotes/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flake8-quotes
_pkgname=flake8-quotes
pkgver=0.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Extension for flake8 which lint for double quotes"
url="http://github.com/zheller/flake8-quotes/"
arch="noarch"
license="MIT"
-depends="python py-flake8"
+depends="python flake8"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""