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

Alexander Rødseth arodseth at archlinux.org
Tue Jun 5 09:09:21 UTC 2018


    Date: Tuesday, June 5, 2018 @ 09:09:21
  Author: arodseth
Revision: 340498

upgpkg: python-pexpect 4.6.0-1

Modified:
  python-pexpect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 09:06:58 UTC (rev 340497)
+++ PKGBUILD	2018-06-05 09:09:21 UTC (rev 340498)
@@ -3,13 +3,13 @@
 # Contributor: Aaron Schaefer <aaron at elasticdog.com>
 
 pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.5.0
+pkgver=4.6.0
 pkgrel=1
 pkgdesc='For controlling and automating applications'
 arch=('any')
 url='https://pexpect.readthedocs.org/en/stable/'
 license=('MIT')
-makedepends=('python' 'python2' 'git')
+makedepends=('git' 'python' 'python2')
 source=("git+https://github.com/pexpect/pexpect#tag=${pkgver%%.0}")
 md5sums=('SKIP')
 
@@ -26,7 +26,6 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-
 package_python2-pexpect() {
   depends+=('python2' 'python2-ptyprocess')
 



More information about the arch-commits mailing list