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

Kyle Keen kkeen at archlinux.org
Wed Apr 14 12:03:07 UTC 2021


    Date: Wednesday, April 14, 2021 @ 12:03:07
  Author: kkeen
Revision: 918410

upgpkg: python-curtsies 0.3.5-1

Modified:
  python-curtsies/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 11:58:36 UTC (rev 918409)
+++ PKGBUILD	2021-04-14 12:03:07 UTC (rev 918410)
@@ -2,16 +2,16 @@
 
 pkgname=python-curtsies
 _pkgname=curtsies
-pkgver=0.3.4
-pkgrel=3
+pkgver=0.3.5
+pkgrel=1
 pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d arrays of text"
 arch=('any')
 url="https://pypi.python.org/pypi/curtsies"
 license=('MIT')
-depends=('python-blessings' 'python-wcwidth')
+depends=('python-blessings' 'python-cwcwidth')
 makedepends=('python-setuptools')
 source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz")
-md5sums=('198593de25ec54f8285bb3d94239c769')
+md5sums=('ed2c16be1b6e913d0bfff7233c33da8a')
 
 prepare() {
   cd "$srcdir"



More information about the arch-commits mailing list