Date: Wednesday, February 5, 2020 @ 20:55:20 Author: arodseth Revision: 563529
upgpkg: python-pexpect 4.8.0-1 Modified: python-pexpect/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-05 20:51:25 UTC (rev 563528) +++ PKGBUILD 2020-02-05 20:55:20 UTC (rev 563529) @@ -2,14 +2,14 @@ # Contributor: Aaron Schaefer <[email protected]> pkgname=(python-pexpect python2-pexpect) -pkgver=4.7.0 -pkgrel=3 +pkgver=4.8.0 +pkgrel=1 pkgdesc='For controlling and automating applications' arch=(any) url='https://pexpect.readthedocs.org/en/stable/' license=(MIT) makedepends=(git python python2) -source=("git+https://github.com/pexpect/pexpect#tag=$pkgver") +source=("git+https://github.com/pexpect/pexpect#commit=5eed1a31a2853a09b7367c59fbd1a4a0b53341df") # 4.8.0 sha512sums=('SKIP') prepare() {
