diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = ipython-git pkgdesc = An enhanced Interactive Python shell - git version - pkgver = 7.12.0.r1042.g4e5c2e243 + pkgver = 8.1.1.r17.g47ccec77b pkgrel = 1 url = https://ipython.org arch = any @@ -22,7 +22,7 @@ pkgbase = ipython-git optdepends = python-nose: for IPython's test suite provides = ipython conflicts = ipython - source = git://github.com/ipython/ipython.git + source = git+https://github.com/ipython/ipython.git source = ipython.png md5sums = SKIP md5sums = 2901d65f1b1fe354e72850085cd1c072 @@ -1,7 +1,7 @@ # Maintainer: Dylan Delgado <dylan1496 at live dot com> pkgname=ipython-git -pkgver=7.12.0.r1042.g4e5c2e243 +pkgver=8.1.1.r17.g47ccec77b pkgrel=1 pkgdesc="An enhanced Interactive Python shell - git version" arch=('any') @@ -19,7 +19,7 @@ provides=('ipython') # new optional thing: ipyparallel -source=("git://github.com/ipython/ipython.git" +source=("git+https://github.com/ipython/ipython.git" "ipython.png") md5sums=('SKIP' '2901d65f1b1fe354e72850085cd1c072') |