summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 112c29984f75..3696b06de094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase="ptpython"
pkgname="ptpython"
pkgver="3.0.23"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Python REPL build on top of prompt_toolkit"
arch=("any")
url="https://github.com/prompt-toolkit/ptpython"
@@ -17,6 +17,7 @@ depends=(
"python-prompt_toolkit>=3.0.3"
"python-pygments"
"python-black"
+ "python-appdirs"
)
optdepends=(
"ipython: ptipython (ptpython + ipython)"