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

Kyle Keen kkeen at archlinux.org
Mon Jun 22 15:45:06 UTC 2015


    Date: Monday, June 22, 2015 @ 17:45:06
  Author: kkeen
Revision: 135716

upgpkg: ipython 3.2.0-1

Modified:
  ipython/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-22 15:31:44 UTC (rev 135715)
+++ PKGBUILD	2015-06-22 15:45:06 UTC (rev 135716)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
@@ -21,8 +21,9 @@
             "python-pygments: for ipython qtconsole"
             "python-pyzmq: for ipython qtconsole")
 #source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz")
+#source=("https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz")
 source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz")
-md5sums=('a749d90c16068687b0ec45a27e72ef8f')
+md5sums=('41aa9b34f39484861e77c46ffb29b699')
 
 # confirm that an update does not break sage?
 



More information about the arch-commits mailing list