Date: Wednesday, July 1, 2020 @ 09:37:49 Author: kkeen Revision: 657293
upgpkg: python-wcwidth 0.2.5-1 Modified: python-wcwidth/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-01 09:21:00 UTC (rev 657292) +++ PKGBUILD 2020-07-01 09:37:49 UTC (rev 657293) @@ -4,8 +4,8 @@ pkgbase=python-wcwidth pkgname=(python-wcwidth python2-wcwidth) _name=wcwidth -pkgver=0.2.4 -pkgrel=2 +pkgver=0.2.5 +pkgrel=1 pkgdesc="Measures number of Terminal column cells of wide-character codes" url="https://github.com/jquast/wcwidth" license=('MIT') @@ -13,7 +13,7 @@ depends=('python') makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.functools_lru_cache') source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz") -md5sums=('5e6cd8cd008a7ad2c2578ac49a9d87a1') +md5sums=('a07a75f99d316e14838ac760c831ea37') prepare() { cd "$srcdir"
