diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:44:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | df7d398473f33b4e375349e844269c0ff8ae70a3 (patch) | |
tree | 480f57b5254c04d6e95d4a62a000b25b1ef2cd37 | |
parent | 690006769165a1a4039012c144e670bf9e02b42d (diff) | |
download | aports-df7d398473f33b4e375349e844269c0ff8ae70a3.tar.bz2 aports-df7d398473f33b4e375349e844269c0ff8ae70a3.tar.xz |
testing/py-flake8-snippets: rebuild against python 3.7
-rw-r--r-- | testing/py-flake8-snippets/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flake8-snippets/APKBUILD b/testing/py-flake8-snippets/APKBUILD index 870e35adcc..140d671004 100644 --- a/testing/py-flake8-snippets/APKBUILD +++ b/testing/py-flake8-snippets/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-flake8-snippets _pkgname=flake8-snippets pkgver=0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Extension for flake8 which lint for code snippets" url="https://github.com/bitmazk/flake8-snippets" arch="noarch" |