summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2020-03-29 02:03:39 -0700
committerIlaï Deutel2020-03-29 02:03:39 -0700
commitaa512c208a03e46543342c46389019948a9251d5 (patch)
tree6a05de69a8fe233d7c3a8c0043a926713e93cdd3
parentb56e602c5819655866a875bbc1785ec3073c96fb (diff)
downloadaur-aa512c208a03e46543342c46389019948a9251d5.tar.gz
python-pipenv-git: update URL
upgpkg: python-pipenv-git 2018.11.26.r690.ga883ef51-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd501978b7da..f2341c49022b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-pipenv-git
pkgdesc = Python Development Workflow for Humans.
- pkgver = 2018.11.26.r683.gd10b2a21
+ pkgver = 2018.11.26.r690.ga883ef51
pkgrel = 1
- url = https://pipenv.readthedocs.io
+ url = https://pipenv.pypa.io
arch = any
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index bcd3e2da14bb..52d1b12feeb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Maikel Wever <maikelwever@gmail.com>
pkgname=python-pipenv-git
-pkgver=2018.11.26.r683.gd10b2a21
+pkgver=2018.11.26.r690.ga883ef51
pkgrel=1
pkgdesc="Python Development Workflow for Humans."
-url="https://pipenv.readthedocs.io"
+url="https://pipenv.pypa.io"
arch=('any')
license=('MIT')
depends=('python' 'python-pip' 'python-virtualenv' 'python-setuptools'