From a332577d9a4ed089ebc8eae4e12ddaa1f99f8ac4 Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Wed, 3 Jan 2018 11:10:21 +0000 Subject: [PATCH] ipython: rebuild against python 3.6 --- ipython/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipython/PKGBUILD b/ipython/PKGBUILD index 9c12fe565..00a0bcdd3 100644 --- a/ipython/PKGBUILD +++ b/ipython/PKGBUILD @@ -1,9 +1,9 @@ pkgbase=ipython pkgname=('ipython3' 'ipython2') pkgver=5.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="An enhanced Interactive Python shell." -arch=('any') +arch=('x86_64') url="http://ipython.org" license=('BSD') makedepends=('python3' 'python2' 'python3-setuptools' 'python2-setuptools' 'python3-pip' 'python2-pip')