python-wcwidth: Update to 0.2.12

This commit is contained in:
Christoph Reiter
2024-01-05 12:11:13 +01:00
parent ea4383cecb
commit 13eb943a06

View File

@@ -3,7 +3,7 @@
_realname=wcwidth
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=0.2.9
pkgver=0.2.12
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=('12f88958ef734c64260e7d74fd7c1d87086290a6f52e08a2aa541642bc710c4d')
sha256sums=('d3804cb69896ef6ccbf3393244c2127066551b66019739c940f67d364c4bf3fa')
noextract=("${_realname}-${pkgver}.tar.gz")
prepare() {