Date: Friday, November 3, 2017 @ 19:33:19 Author: foxboron Revision: 265368
upgpkg: python-pipenv 8.3.1-1 Updated to 8.3.1 Modified: python-pipenv/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-03 19:32:50 UTC (rev 265367) +++ PKGBUILD 2017-11-03 19:33:19 UTC (rev 265368) @@ -3,8 +3,8 @@ pkgbase=python-pipenv pkgname=(python-pipenv python2-pipenv) -pkgver=8.2.7 -pkgrel=2 +pkgver=8.3.1 +pkgrel=1 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv." url="https://docs.pipenv.org" arch=('any') @@ -12,7 +12,7 @@ makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz") -sha256sums=('60e1674f26a5ca8261404f054e46bc5755dc7237300d2b18525eacd1849c704b') +sha256sums=('e9c095711eede9b0086b8bd0d8f1c220a109f90af715fc18a36015bedd1cc44a') prepare() { cp -a pipenv-$pkgver{,-py2}
