[arch-commits] Commit in python-pexpect/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 30 01:41:27 UTC 2018


    Date: Saturday, June 30, 2018 @ 01:41:27
  Author: felixonmars
Revision: 347815

upgpkg: python-pexpect 4.6.0-2

Python 3.7 rebuild

Modified:
  python-pexpect/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 01:40:13 UTC (rev 347814)
+++ PKGBUILD	2018-06-30 01:41:27 UTC (rev 347815)
@@ -4,7 +4,7 @@
 
 pkgname=('python-pexpect' 'python2-pexpect')
 pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='For controlling and automating applications'
 arch=('any')
 url='https://pexpect.readthedocs.org/en/stable/'
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('git' 'python' 'python2')
 source=("git+https://github.com/pexpect/pexpect#tag=${pkgver%%.0}")
-md5sums=('SKIP')
+sha512sums=('SKIP')
 
 prepare() {
   cp -r pexpect python2-pexpect



More information about the arch-commits mailing list