diff options
-rw-r--r-- | testing/py-flake8-snippets/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-flake8-snippets/APKBUILD b/testing/py-flake8-snippets/APKBUILD index df3540df11..8c5a3ccbc9 100644 --- a/testing/py-flake8-snippets/APKBUILD +++ b/testing/py-flake8-snippets/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-flake8-snippets _pkgname=flake8-snippets pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Extension for flake8 which lint for code snippets" url="https://github.com/bitmazk/flake8-snippets" arch="noarch" license="MIT" -depends="python py-flake8" +depends="python flake8" depends_dev="" makedepends="python-dev py-setuptools" install="" |