aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-flake8-copyright/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-flake8-copyright/APKBUILD')
-rw-r--r--testing/py-flake8-copyright/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-copyright/APKBUILD b/testing/py-flake8-copyright/APKBUILD
index d14719654c..47f7b11b90 100644
--- a/testing/py-flake8-copyright/APKBUILD
+++ b/testing/py-flake8-copyright/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-flake8-copyright
_pkgname=flake8-copyright
pkgver=0.1
-pkgrel=0i
+pkgrel=1
pkgdesc="Extension for flake8 which checks for copyrights"
url="https://github.com/savoirfairelinux/flake8-copyright"
arch="noarch"
license="MIT"
-depends="python py-flake8"
+depends="python flake8"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""