Date: Friday, June 23, 2017 @ 22:33:10 Author: kkeen Revision: 240581
upgpkg: python-ptyprocess 0.5.2-1 Modified: python-ptyprocess/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-23 21:13:16 UTC (rev 240580) +++ PKGBUILD 2017-06-23 22:33:10 UTC (rev 240581) @@ -5,8 +5,8 @@ pkgbase=python-ptyprocess pkgname=(python-ptyprocess python2-ptyprocess) _pkgname=ptyprocess -pkgver=0.5.1 -pkgrel=2 +pkgver=0.5.2 +pkgrel=1 pkgdesc="Run a subprocess in a pseudo terminal" url="https://github.com/pexpect/ptyprocess" arch=('any') @@ -13,9 +13,9 @@ license=('ISC') depends=('python') makedepends=('python-setuptools' 'python2-setuptools') -source=("https://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" +source=("https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" 'https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE') -md5sums=('94e537122914cc9ec9c1eadcd36e73a1' +md5sums=('d3b8febae1b8c53b054bd818d0bb8665' 'cfdcd51fa7d5808da4e74346ee394490') prepare() {
