Date: Friday, February 12, 2016 @ 03:59:48 Author: kkeen Revision: 161335
upgpkg: python-ptyprocess 0.5.1-1 Modified: python-ptyprocess/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-12 02:39:33 UTC (rev 161334) +++ PKGBUILD 2016-02-12 02:59:48 UTC (rev 161335) @@ -5,8 +5,8 @@ pkgbase=python-ptyprocess pkgname=(python-ptyprocess python2-ptyprocess) _pkgname=ptyprocess -pkgver=0.5 -pkgrel=2 +pkgver=0.5.1 +pkgrel=1 pkgdesc="Run a subprocess in a pseudo terminal" url="https://github.com/pexpect/ptyprocess" arch=('any') @@ -15,7 +15,7 @@ makedepends=('python-setuptools' 'python2-setuptools') source=("https://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" 'https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE') -md5sums=('0d1ecfba622cb4e35ee157c38de18eae' +md5sums=('94e537122914cc9ec9c1eadcd36e73a1' 'cfdcd51fa7d5808da4e74346ee394490') prepare() {
