diff options
author | Kiet To | 2018-11-20 20:18:14 +1030 |
---|---|---|
committer | Kiet To | 2018-11-20 20:18:14 +1030 |
commit | 391271a2b33f4a9a4b63f40a5bfb0396d372a503 (patch) | |
tree | 1006384082e238591cdba7069d2eb8b3a13eba2f /PKGBUILD | |
parent | 091d534c6243deb2c7fd082406a5d38b929bf254 (diff) | |
download | aur-391271a2b33f4a9a4b63f40a5bfb0396d372a503.tar.gz |
* update to 2.0.4 (use arch repo version of python-prompt_toolkit)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgbase="ptpython" pkgname=("ptpython" "ptpython2") pkgver="2.0.4" -pkgrel="1" +pkgrel="2" pkgdesc="Python REPL build on top of prompt_toolkit" arch=("any") url="https://github.com/jonathanslenders/ptpython" @@ -29,7 +29,7 @@ package_ptpython() { depends=( "python-docopt" "python-jedi>=0.9.0" - "python-prompt_toolkit-2>=2.0.6" + "python-prompt_toolkit>=2.0.6" "python-pygments" ) optdepends=( |