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')