summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0152ee076b26..bb90fb48556e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = rlipython
- pkgdesc = Readline Interface for IPython 3.4+
+ pkgdesc = Readline Interface for IPython 5.4+
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ipython/rlipython
arch = any
license = BSD
makedepends = python-setuptools
- depends = ipython>=6.0
+ depends = ipython>=5.4
source = git+https://github.com/ipython/rlipython.git#commit=e218435e396a5798e001f732afa5b5e5fdc93ce0
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e32cd55b5c40..ef3215ef2d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Robbert van der Helm <mail@robbertvanderhelm.nl>
pkgname=rlipython
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
epoch=
-pkgdesc="Readline Interface for IPython 3.4+"
+pkgdesc="Readline Interface for IPython 5.4+"
arch=('any')
url="https://github.com/ipython/rlipython"
license=('BSD')
-depends=('ipython>=6.0')
+depends=('ipython>=5.4')
makedepends=('python-setuptools')
source=("git+https://github.com/ipython/rlipython.git#commit=e218435e396a5798e001f732afa5b5e5fdc93ce0")
md5sums=('SKIP')