summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2017-07-10 00:33:23 +0200
committerRobbert van der Helm2017-07-10 00:33:23 +0200
commit4dc7c21ecdfab2b564d997b0b369f541bd067e27 (patch)
tree59377493b66f98dc4f012956f94d9dc3d49d2739
parentda978772be790cbcbe0041def9f090a032bc08fe (diff)
downloadaur-rlipython.tar.gz
Lower the required IPython version to 5.4
-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')