[arch-commits] Commit in python-curtsies/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Tue Oct 25 02:23:03 UTC 2016
Date: Tuesday, October 25, 2016 @ 02:23:02
Author: kkeen
Revision: 193236
upgpkg: python-curtsies 0.2.11-1
Modified:
python-curtsies/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-24 19:04:54 UTC (rev 193235)
+++ PKGBUILD 2016-10-25 02:23:02 UTC (rev 193236)
@@ -4,19 +4,16 @@
pkgbase=python-curtsies
pkgname=(python-curtsies python2-curtsies)
_pkgname=curtsies
-# the author of this package intends it to be used for bpython only
-# so the version is stuck at whatever bpython's release supports
-# dear users, do not flag this package out of date
-pkgver=0.2.10
-pkgrel=2
+pkgver=0.2.11
+pkgrel=1
pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d arrays of text"
arch=('any')
-url="https://github.com/thomasballinger/curtsies"
+url="https://pypi.python.org/pypi/curtsies"
license=('MIT')
depends=('python-blessings' 'python-wcwidth')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz")
-md5sums=('05609f5c0dc758fe776bfcc5625f9562')
+md5sums=('fe1944b9dd078c7d5d8a93c10ad7413d')
prepare() {
cd "$srcdir"
More information about the arch-commits
mailing list