summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2016-05-10 10:39:36 -0500
committercarlwgeorge2016-05-10 10:39:36 -0500
commite7a27988016602fb38155725f5d967c8eec0a065 (patch)
tree5bb61bf08e324f7913c2b5cec11563067029c629 /PKGBUILD
parentb60db65d49de351b17dc6cc3bfe0797676b3aa43 (diff)
downloadaur-e7a27988016602fb38155725f5d967c8eec0a065.tar.gz
fix dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cc025f1c92b..750d481e964c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="ptpython"
pkgname=("ptpython" "ptpython2")
pkgver="0.34"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Python REPL build on top of prompt_toolkit"
arch=("any")
url="https://github.com/jonathanslenders/ptpython"
@@ -46,7 +46,7 @@ package_ptpython2() {
depends=(
"python2-docopt"
"python2-jedi>=0.9.0"
- "python2-prompt_toolkit=0.60"
+ "python2-prompt_toolkit>=1.0.0"
"python2-pygments"
)
optdepends=(