summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aabd4df97e8..2f6a1f7bd95b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ipython-7
pkgdesc = IPython provides a rich toolkit to help you make the most of using Python interactively
pkgver = 7.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://ipython.readthedocs.io/en/stable/
arch = any
license = BSD
@@ -13,6 +13,7 @@ pkgbase = ipython-7
depends = python-pickleshare
depends = python-decorator
depends = python-jedi
+ depends = python-backcall
provides = ipython
provides = ipython-7
conflicts = ipython
diff --git a/PKGBUILD b/PKGBUILD
index f1260230f9fe..d1825446ae54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ipython-7
pkgver=7.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="IPython provides a rich toolkit to help you make the most of using Python interactively"
url="https://ipython.readthedocs.io/en/stable/"
arch=(any)
@@ -15,6 +15,7 @@ depends=(
'python-pickleshare'
'python-decorator'
'python-jedi'
+ 'python-backcall'
)
provides=('ipython' 'ipython-7')
conflicts=('ipython')