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

Morten Linderud foxboron at archlinux.org
Sun Apr 8 15:22:13 UTC 2018


    Date: Sunday, April 8, 2018 @ 15:22:12
  Author: foxboron
Revision: 315132

upgpkg: python-pipenv 11.9.0-4

Fixed FS#58169 - wrong dependency names

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-08 15:19:59 UTC (rev 315131)
+++ PKGBUILD	2018-04-08 15:22:12 UTC (rev 315132)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=11.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org"
 arch=('any')
@@ -29,7 +29,8 @@
 package_python2-pipenv() {
   depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
   	   'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict'
-  	   'python2-setuptools' 'python2-certifi' 'pyOpenSSL' 'cryptography' 'idna')
+	   'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
+	   'python2-cryptography' 'python2-idna')
   cd "pipenv-$pkgver-py2"
   python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"



More information about the arch-commits mailing list