summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDylan Delgado2022-03-16 14:56:24 -0400
committerDylan Delgado2022-03-16 14:56:24 -0400
commit120418663316844bc42cbfb8398e643b984c104f (patch)
tree5e932f669c3b0ffd617b8001dbf4f25ae027fd93 /PKGBUILD
parent2a26cd72e91fd53959c485d0f7fe693e303640b6 (diff)
downloadaur-ipython-git.tar.gz
update source to git+https://
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2fa2f38ef92..b0447a68e9f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')