diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:12:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | cf09e516038344d50269291d8352a4f2da306ab2 (patch) | |
tree | 9429f4bea45ac0aab5ba4a83b7e775e4a2f411bc /testing/py-webencodings | |
parent | 75432a251c951c5d13d89f281a6b0c7103bd85f1 (diff) | |
download | aports-cf09e516038344d50269291d8352a4f2da306ab2.tar.bz2 aports-cf09e516038344d50269291d8352a4f2da306ab2.tar.xz |
testing/py-webencodings: rebuild against python 3.7
Diffstat (limited to 'testing/py-webencodings')
-rw-r--r-- | testing/py-webencodings/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-webencodings/APKBUILD b/testing/py-webencodings/APKBUILD index d6a9ca61e4..77eeb0a35f 100644 --- a/testing/py-webencodings/APKBUILD +++ b/testing/py-webencodings/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-webencodings _pkgname=webencodings pkgver=0.5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Character encoding for the web" url="https://github.com/gsnedders/python-webencodings" arch="noarch" |