[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Tue Apr 21 00:07:27 UTC 2020
Date: Tuesday, April 21, 2020 @ 00:07:09
Author: kkeen
Revision: 617117
upgpkg: python-wcwidth 0.1.9-1
Modified:
python-wcwidth/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-20 23:53:10 UTC (rev 617116)
+++ PKGBUILD 2020-04-21 00:07:09 UTC (rev 617117)
@@ -4,7 +4,7 @@
pkgbase=python-wcwidth
pkgname=(python-wcwidth python2-wcwidth)
_name=wcwidth
-pkgver=0.1.8
+pkgver=0.1.9
pkgrel=1
pkgdesc="Measures number of Terminal column cells of wide-character codes"
url="https://github.com/jquast/wcwidth"
@@ -13,7 +13,7 @@
depends=('python')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/w/$_name/$_name-$pkgver.tar.gz")
-md5sums=('dc6677d099e6f49c0f6fbc310de261e9')
+md5sums=('b32584cd6084b4a8c81df13a2a6b4351')
prepare() {
cd "$srcdir"
More information about the arch-commits
mailing list