summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2015-06-29 00:31:27 -0300
committerHugo Osvaldo Barrera2015-06-29 00:31:27 -0300
commit3998363a28d7250d99980784b5d41e6aea7a204e (patch)
tree5314858cbabcf8555b8cac79d72fd7de8f62a69a
parent13f57fd3c0483a92a3ded55d8b4d49739e6c62ad (diff)
downloadaur-3998363a28d7250d99980784b5d41e6aea7a204e.tar.gz
Add missing dependency.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fa2afdcfbf7..5c6e5835214b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = todoman
depends = python-icalendar
depends = python-urwid
depends = python-xdg
+ depends = python-atomicwrites
source = 1.2.1.tar.gz::https://git.barrera.io/hobarrera/todoman/repository/archive.tar.gz?ref=v1.2.1
md5sums = 63347d4d4dfce90d2eec546894caf66e
diff --git a/PKGBUILD b/PKGBUILD
index 438c0195e971..042536656c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc="A simple CalDav-based todo manager."
arch=("any")
url="https://git.barrera.io/hobarrera/todoman"
license=('MIT')
-depends=(python-docopt python-icalendar python-urwid python-xdg)
+depends=(python-docopt python-icalendar python-urwid python-xdg
+ python-atomicwrites)
source=("$pkgver.tar.gz::https://git.barrera.io/hobarrera/$pkgname/repository/archive.tar.gz?ref=v$pkgver")
md5sums=('63347d4d4dfce90d2eec546894caf66e')