Date: Tuesday, January 14, 2020 @ 19:17:02
  Author: kkeen
Revision: 552530

upgpkg: python-curtsies 0.3.1-1

Modified:
  python-curtsies/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-14 18:47:22 UTC (rev 552529)
+++ PKGBUILD    2020-01-14 19:17:02 UTC (rev 552530)
@@ -3,8 +3,8 @@
 pkgbase=python-curtsies
 pkgname=(python-curtsies python2-curtsies)
 _pkgname=curtsies
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.3.1
+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";
@@ -12,7 +12,7 @@
 depends=('python-blessings' 'python-wcwidth')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz";)
-md5sums=('20e7295c9592b4101915131a685725f0')
+md5sums=('60b63928812df3297856bcd53278071b')
 
 prepare() {
   cd "$srcdir"

Reply via email to