summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle MacLeod2023-08-28 22:03:47 -0400
committerKyle MacLeod2023-08-28 22:03:47 -0400
commit4b14495b4ab310165441b743074d0621bdc361d2 (patch)
treefb5c4721c10f66da2ae7745993e5913aeee66781
parente6d4d42e26dbcaffe63dced96d83f8d76c08d48a (diff)
downloadaur-4b14495b4ab310165441b743074d0621bdc361d2.tar.gz
add python-prompt_toolkit dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1c24cd7591f..736e83844e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Kyle MacLeod <aur.kmac5@recursor.net>
pkgname=topydo-git
_gitname=topydo
-pkgver=0.10.1.r71.g6383df7
+pkgver=0.14.r19.gf3dc108
pkgrel=1
pkgdesc="topydo is a todo list application using the todo.txt format."
arch=("any")
url="https://github.com/bram85/topydo"
license=('GPLv3')
-depends=("python" "python-setuptools" "python-arrow" "python-urwid" "python-watchdog")
+depends=("python" "python-setuptools" "python-arrow" "python-urwid" "python-watchdog" "python-prompt_toolkit")
provides=("topydo")
source=("git+https://github.com/bram85/topydo.git")
md5sums=("SKIP")