diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 13:07:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:36 +0000 |
commit | 468f5da8bf88846edea95106c350d1972ce84c14 (patch) | |
tree | 2b8a6cc20ea251b158c6becf2db351375b728625 /testing | |
parent | fbd860fb11389f97ff6a4894af519cc7c8ce042d (diff) | |
download | aports-468f5da8bf88846edea95106c350d1972ce84c14.tar.bz2 aports-468f5da8bf88846edea95106c350d1972ce84c14.tar.xz |
testing/py3-flake8-snippets: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-flake8-snippets/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-flake8-snippets/APKBUILD b/testing/py3-flake8-snippets/APKBUILD index ff15a0f0b5..4c6da35322 100644 --- a/testing/py3-flake8-snippets/APKBUILD +++ b/testing/py3-flake8-snippets/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-flake8-snippets _pkgname=flake8-snippets pkgver=0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Extension for flake8 which lint for code snippets" url="https://github.com/bitmazk/flake8-snippets" arch="noarch" |