Date: Saturday, December 2, 2017 @ 13:20:24 Author: foxboron Revision: 271875
upgpkg: python-pipenv 8.3.2-2 Use python-pew instead of python2-pew as the binary is called, not any library Modified: python-pipenv/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-02 10:08:48 UTC (rev 271874) +++ PKGBUILD 2017-12-02 13:20:24 UTC (rev 271875) @@ -4,7 +4,7 @@ pkgbase=python-pipenv pkgname=(python-pipenv python2-pipenv) pkgver=8.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." url="https://docs.pipenv.org" arch=('any') @@ -27,7 +27,7 @@ } package_python2-pipenv() { - depends=('python2' 'python2-pip' 'python2-pew' + depends=('python2' 'python2-pip' 'python-pew' 'python2-virtualenv' 'python2-flake8' 'python2-requests' 'python2-urllib3') cd "pipenv-$pkgver-py2"
