Date: Tuesday, May 8, 2018 @ 13:21:29 Author: foxboron Revision: 319661
upgpkg: python-pipenv 11.10.3-1 Updated to 11.10.3 - Fixes FS#58421 Modified: python-pipenv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-08 10:04:05 UTC (rev 319660) +++ PKGBUILD 2018-05-08 13:21:29 UTC (rev 319661) @@ -3,7 +3,7 @@ pkgbase=python-pipenv pkgname=(python-pipenv python2-pipenv) -pkgver=11.10.1 +pkgver=11.10.3 pkgrel=1 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." url="https://docs.pipenv.org" @@ -12,7 +12,7 @@ makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz") -sha256sums=('ea316e70d2e8f7f1146bffd2370a1d7892a0975497444e4c5d867728f213b3b3') +sha256sums=('f73f12249fa4cfe8535f9a9010c8984c4cdcd012787aef0fd9bca4dbe4968010') prepare() { cp -a pipenv-$pkgver{,-py2} @@ -28,7 +28,7 @@ package_python2-pipenv() { depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv' - 'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict' + 'python2-virtualenv-clone' 'python2-ordereddict' 'python2-setuptools' 'python2-certifi' 'python2-pyopenssl' 'python2-cryptography' 'python2-idna') cd "pipenv-$pkgver-py2"
