[arch-commits] Commit in python-wcwidth/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Jun 11 01:03:29 UTC 2020


    Date: Thursday, June 11, 2020 @ 01:03:28
  Author: kkeen
Revision: 641895

upgpkg: python-wcwidth 0.2.4-1

Modified:
  python-wcwidth/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-11 00:37:38 UTC (rev 641894)
+++ PKGBUILD	2020-06-11 01:03:28 UTC (rev 641895)
@@ -4,7 +4,7 @@
 pkgbase=python-wcwidth
 pkgname=(python-wcwidth python2-wcwidth)
 _name=wcwidth
-pkgver=0.1.9
+pkgver=0.2.4
 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=('b32584cd6084b4a8c81df13a2a6b4351')
+md5sums=('5e6cd8cd008a7ad2c2578ac49a9d87a1')
 
 prepare() {
   cd "$srcdir"
@@ -23,7 +23,7 @@
 package_python-wcwidth() {
   cd "$srcdir/$_name-$pkgver"
   python3 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
 package_python2-wcwidth() {
@@ -30,5 +30,5 @@
   depends=('python2')
   cd "$srcdir/python2-$_name-$pkgver"
   python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list