diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-02 11:49:41 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-02 11:49:41 +0200 |
commit | a4f572db47cbe25cd732ff4de6bca73b96411435 (patch) | |
tree | 288c1b93cb7cb771d4c0f696d93448a3a3dfc646 | |
parent | 77e97e4663dec9449ce5a94f55b270b06c58e12f (diff) | |
download | aports-a4f572db47cbe25cd732ff4de6bca73b96411435.tar.bz2 aports-a4f572db47cbe25cd732ff4de6bca73b96411435.tar.xz |
testing/py-flake8-commas: rebuild against python 3.6
-rw-r--r-- | testing/py-flake8-commas/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-commas/APKBUILD b/testing/py-flake8-commas/APKBUILD index 4a2c6d7c07..da24914589 100644 --- a/testing/py-flake8-commas/APKBUILD +++ b/testing/py-flake8-commas/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-flake8-commas _pkgname=flake8-commas pkgver=0.1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Extension for flake8 to enforce trailing commas" url="https://github.com/trevorcreech/flake8-commas" arch="noarch" |