Date: Monday, October 10, 2016 @ 21:32:43 Author: kkeen Revision: 191897
upgpkg: python-curtsies 0.2.10-1 Modified: python-curtsies/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-10 20:11:56 UTC (rev 191896) +++ PKGBUILD 2016-10-10 21:32:43 UTC (rev 191897) @@ -7,7 +7,7 @@ # 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.1.19 +pkgver=0.2.10 pkgrel=1 pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d arrays of text" arch=('any') @@ -15,8 +15,8 @@ license=('MIT') depends=('python-blessings') makedepends=('python-setuptools' 'python2-setuptools') -source=("https://pypi.python.org/packages/source/c/curtsies/curtsies-${pkgver}.tar.gz") -md5sums=('4684006227e547072b0b328fd9cfa731') +source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz") +md5sums=('05609f5c0dc758fe776bfcc5625f9562') prepare() { cd "$srcdir"