diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-03-03 08:38:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 18:18:00 +0000 |
commit | 1792eb1ccf0a3a0dc11fddc03a7baf9cc4650cec (patch) | |
tree | a0466e875e6017381c949b7183c4dfc2666c1be8 | |
parent | 9ca0b3a830d33665f3df035e75918ed022324987 (diff) |
main/py3-wcwidth: rebuild against python 3.9
-rw-r--r-- | main/py3-wcwidth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-wcwidth/APKBUILD b/main/py3-wcwidth/APKBUILD index 09d551d6b85..a77fe8d419d 100644 --- a/main/py3-wcwidth/APKBUILD +++ b/main/py3-wcwidth/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-wcwidth _pkgname=wcwidth pkgver=0.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="Measures number of Terminal column cells of wide-character codes" url="https://pypi.python.org/pypi/wcwidth" arch="noarch" |