From 13eb943a06d0a1916cba64a6265cf0d230a15321 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 5 Jan 2024 12:11:13 +0100 Subject: [PATCH] python-wcwidth: Update to 0.2.12 --- python-wcwidth/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-wcwidth/PKGBUILD b/python-wcwidth/PKGBUILD index ad4a95e8..35a76d6c 100644 --- a/python-wcwidth/PKGBUILD +++ b/python-wcwidth/PKGBUILD @@ -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() {