summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-07-31 16:25:30 +0200
committerHugo Osvaldo Barrera2021-07-31 16:25:30 +0200
commit389120108bd03253cdde3f0a83b7d782b3e7ac34 (patch)
tree8c653e4fc430f8bac566274a585c118b330ab986 /PKGBUILD
parent544eb839b5a0356c397b34f316aea7e93ae06e76 (diff)
downloadaur-389120108bd03253cdde3f0a83b7d782b3e7ac34.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 11 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 932c609bd7a5..9a4a85b34ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,27 @@
pkgname=todoman-git
_pkgname=todoman
-pkgver=4.0.0
+pkgver=4.0.0.post15+gcaa5d86
pkgrel=1
pkgdesc="A simple CalDav-based todo manager."
arch=("any")
url="https://github.com/pimutils/todoman"
license=('ISC')
+makedepends=(
+ git
+)
depends=(
- python-icalendar
- python-urwid
- python-xdg
- python-parsedatetime
python-atomicwrites
python-click
- python-setuptools-scm
+ python-click-log
python-dateutil
- python-tabulate
python-humanize
+ python-icalendar
+ python-parsedatetime
+ python-setuptools-scm
+ python-tabulate
+ python-urwid
+ python-xdg
)
optdepends=('python-click-repl: the repl command.'
'bash-completion: bash autocompletion.'