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

Kyle Keen kkeen at gemini.archlinux.org
Sat Jul 2 00:24:18 UTC 2022


    Date: Saturday, July 2, 2022 @ 00:24:17
  Author: kkeen
Revision: 1243572

upgpkg: python-cwcwidth 0.1.6-1

Modified:
  python-cwcwidth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-01 23:57:40 UTC (rev 1243571)
+++ PKGBUILD	2022-07-02 00:24:17 UTC (rev 1243572)
@@ -2,16 +2,16 @@
 
 pkgname=python-cwcwidth
 _pkgname=cwcwidth
-pkgver=0.1.4
-pkgrel=3
+pkgver=0.1.6
+pkgrel=1
 pkgdesc="Bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008"
 arch=('x86_64')
-url="https://pypi.python.org/pypi/curtsies"
+url="https://pypi.org/project/cwcwidth/"
 license=('MIT')
 depends=('glibc')
 makedepends=('python-setuptools' 'cython')
 source=("$_pkgname-$pkgver.tgz::https://github.com/sebastinas/cwcwidth/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=('03768ca16d2b78db3bdc2cc3149bfbd0')
+md5sums=('7ddfe741e799d4c6da1a49e5cf61184c')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"



More information about the arch-commits mailing list