diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-02 11:49:31 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-02 11:49:31 +0200 |
commit | 3d6442cc43be20a3889556200e963e0513ab2722 (patch) | |
tree | 8771a54429c1c94e7635d0cc19a31dbd4a3d30bf | |
parent | 4b2889b88bd377e2250e5ebced61f4a53bb2ec8c (diff) | |
download | aports-3d6442cc43be20a3889556200e963e0513ab2722.tar.bz2 aports-3d6442cc43be20a3889556200e963e0513ab2722.tar.xz |
testing/py-flake8-docstrings: rebuild against python 3.6
-rw-r--r-- | testing/py-flake8-docstrings/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-docstrings/APKBUILD b/testing/py-flake8-docstrings/APKBUILD index ead5013c44..f3c089c906 100644 --- a/testing/py-flake8-docstrings/APKBUILD +++ b/testing/py-flake8-docstrings/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-flake8-docstrings _pkgname=flake8-docstrings pkgver=1.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Extension for flake8 which uses pep257 to check docstrings" url="https://bitbucket.org/icordasc/flake8-docstrings" arch="noarch" |