python-wcwidth: Update to 0.2.9

This commit is contained in:
Christoph Reiter
2023-11-10 16:51:52 +01:00
parent f0865404c4
commit 2dda7bb656

View File

@@ -3,7 +3,7 @@
_realname=wcwidth
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=0.2.8
pkgver=0.2.9
pkgrel=1
pkgdesc='Measures number of Terminal column cells of wide-character codes'
url='https://github.com/jquast/wcwidth'
@@ -17,7 +17,7 @@ makedepends=(
"python-installer"
)
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/jquast/${_realname}/archive/${pkgver}.tar.gz")
sha256sums=('d882b72d89adfceb81d0ecfe3a526292cb3361f31b6790a11c0f43d0dd49f53e')
sha256sums=('12f88958ef734c64260e7d74fd7c1d87086290a6f52e08a2aa541642bc710c4d')
noextract=("${_realname}-${pkgver}.tar.gz")
prepare() {