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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 25 09:42:10 UTC 2015


    Date: Sunday, October 25, 2015 @ 10:42:10
  Author: arodseth
Revision: 144955

upgpkg: python-pexpect 4.0.1-2

Modified:
  python-pexpect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-25 09:11:06 UTC (rev 144954)
+++ PKGBUILD	2015-10-25 09:42:10 UTC (rev 144955)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Aaron Schaefer <aaron at elasticdog.com>
 
 pkgname=('python-pexpect' 'python2-pexpect')
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Make Python a better tool for controlling and automating other programs'
 arch=('any')
 url='http://pexpect.readthedocs.org/en/stable/'
@@ -21,7 +21,7 @@
 }
 
 package_python-pexpect() {
-  depends+=('python')
+  depends+=('python' 'python-ptyprocess')
   cd "pexpect-$pkgver"
   python setup.py install --root="$pkgdir"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
@@ -29,7 +29,7 @@
 
 
 package_python2-pexpect() {
-  depends+=('python2')
+  depends+=('python2' 'python2-ptyprocess')
   cd "python2-pexpect-$pkgver"
   python2 setup.py install --root="$pkgdir"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



More information about the arch-commits mailing list