python-wcwidth: update to 0.2.6

This commit is contained in:
Mehdi Chinoune
2023-09-08 08:33:38 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 7801eee44c
commit f4583eb657

View File

@@ -3,8 +3,8 @@
_realname=wcwidth
pkgbase=python-${_realname}
pkgname=("python-${_realname}")
pkgver=0.2.5
pkgrel=5
pkgver=0.2.6
pkgrel=1
pkgdesc='Measures number of Terminal column cells of wide-character codes'
url='https://github.com/jquast/wcwidth'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=(
"python-installer"
)
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/jquast/${_realname}/archive/${pkgver}.tar.gz")
sha256sums=('b08fa4c7d7be1ba86950c2d746eb0d19de80842ab7457df5b3fcd3bf52e02b08')
sha256sums=('ebcd44c0ba3049d9b813cd8ad1bc7d151674b322a82f99ff09f0e604de1ecf09')
noextract=("${_realname}-${pkgver}.tar.gz")
prepare() {