summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-11-11 23:56:36 +0300
committerasm0dey2018-11-11 23:56:36 +0300
commit42c1ff5d25a9ddc034154b5651483076658b6ec5 (patch)
tree5dafa7e5c0d14dc8ec9ee19bb125c97d096b92df
parentcebf289244ce9ee02d05c6a84ab4e5e677204b5d (diff)
downloadaur-42c1ff5d25a9ddc034154b5651483076658b6ec5.tar.gz
--help (http://whatthecommit.com)
-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')