Date: Friday, April 18, 2014 @ 15:23:20 Author: fyan Revision: 109750
upgpkg: python-pexpect 3.2-1 Modified: python-pexpect/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-18 13:11:33 UTC (rev 109749) +++ PKGBUILD 2014-04-18 13:23:20 UTC (rev 109750) @@ -3,8 +3,8 @@ # Contributor: Aaron Schaefer <aa...@elasticdog.com> pkgname=('python-pexpect' 'python2-pexpect') -pkgver=3.1 -pkgrel=2 +pkgver=3.2 +pkgrel=1 pkgdesc='Make Python a better tool for controlling and automating other programs' arch=('any') url='http://pexpect.readthedocs.org/en/latest/' @@ -13,7 +13,7 @@ conflicts=('python-pexpect<=2.4') replaces=('python-pexpect<=2.4') source=("http://pypi.python.org/packages/source/p/pexpect/pexpect-$pkgver.tar.gz") -sha256sums=('bd0045066718fba98481032303f07565cca6b22b3b7f104efe3e077a55e9ee8d') +sha256sums=('dbc4c9a01c118e198d1b6ca76f31eb7292f212567f253e6b36a880e5168e961f') prepare() { cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"