Date: Tuesday, November 3, 2015 @ 15:26:51 Author: kkeen Revision: 145791
upgpkg: python-curtsies 0.1.19-1 Modified: python-curtsies/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-03 14:23:44 UTC (rev 145790) +++ PKGBUILD 2015-11-03 14:26:51 UTC (rev 145791) @@ -7,8 +7,8 @@ # 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.18 -pkgrel=2 +pkgver=0.1.19 +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" @@ -16,7 +16,7 @@ depends=('python-blessings') makedepends=('python-setuptools' 'python2-setuptools') source=("https://pypi.python.org/packages/source/c/curtsies/curtsies-${pkgver}.tar.gz") -md5sums=('077cf97028e342abe1cad94ff98fbd66') +md5sums=('4684006227e547072b0b328fd9cfa731') prepare() { cd "$srcdir"