[arch-commits] Commit in ipython/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Tue Feb 3 05:03:21 UTC 2015
Date: Tuesday, February 3, 2015 @ 06:03:20
Author: kkeen
Revision: 127014
upgpkg: ipython 2.4.0-1
Modified:
ipython/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-03 01:55:40 UTC (rev 127013)
+++ PKGBUILD 2015-02-03 05:03:20 UTC (rev 127014)
@@ -7,7 +7,7 @@
pkgbase=ipython
pkgname=(ipython ipython2)
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="An enhanced Interactive Python shell."
arch=('any')
@@ -19,13 +19,13 @@
"python-pyqt4: for ipython qtconsole"
"python-sip: for ipython qtconsole"
"python-pygments: for ipython qtconsole"
- "python-pyzmq: ipython notebook and ipython qtconcole"
+ "python-pyzmq: ipython notebook and ipython qtconsole"
"python-tornado: for ipython notebook"
"python-jinja: for ipython notebook"
"haskell-pandoc: ipython notebook conversion")
#source=("http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz")
source=("https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz")
-md5sums=('2b7085525dac11190bfb45bb8ec8dcbf')
+md5sums=('c386d654d1291e8afaf3643720044893')
build() {
cd "$srcdir"
More information about the arch-commits
mailing list