Date: Tuesday, June 28, 2016 @ 17:22:42 Author: arodseth Revision: 181525
upgpkg: python-pexpect 4.1.0-1 Modified: python-pexpect/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-28 17:17:41 UTC (rev 181524) +++ PKGBUILD 2016-06-28 17:22:42 UTC (rev 181525) @@ -3,8 +3,8 @@ # Contributor: Aaron Schaefer <[email protected]> pkgname=('python-pexpect' 'python2-pexpect') -pkgver=4.0.1 -pkgrel=2 +pkgver=4.1.0 +pkgrel=1 pkgdesc='Make Python a better tool for controlling and automating other programs' arch=('any') url='http://pexpect.readthedocs.org/en/stable/' @@ -12,8 +12,8 @@ makedepends=('python' 'python2') conflicts=('python-pexpect<=2.4') replaces=('python-pexpect<=2.4') -source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz") -sha256sums=('232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c') +source=("https://pypi.python.org/packages/56/2b/9c9c113fb88082950067a42cc99e3c61f1df72035f89bb0bdf0a60308ca0/pexpect-$pkgver.tar.gz") +md5sums=('562a1a21f2a60b36dfd5d906dbf0943e') prepare() { cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
