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

Morten Linderud foxboron at archlinux.org
Tue Dec 12 16:05:48 UTC 2017


    Date: Tuesday, December 12, 2017 @ 16:05:48
  Author: foxboron
Revision: 274004

upgpkg: python-pipenv 9.0.0-1

Updated pipenv to 9.0.0

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-12 15:58:59 UTC (rev 274003)
+++ PKGBUILD	2017-12-12 16:05:48 UTC (rev 274004)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
-pkgver=8.3.2
-pkgrel=2
+pkgver=9.0.0
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org"
 arch=('any')
@@ -11,8 +11,8 @@
 license=('MIT')
 makedepends=('python' 'python-setuptools'
              'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kennethreitz/pipenv/archive/v${pkgver}.tar.gz")
-sha256sums=('7c4c161e22f970b435598dfbc0758270a224a3f38467ba989eb6f4f767197835')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz")
+sha256sums=('4e4d78f1da2acf05bf0a27737358d1092ddcf716da76298e39d9ad509a410500')
 
 prepare() {
   cp -a pipenv-$pkgver{,-py2}



More information about the arch-commits mailing list