summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle MacLeod2016-12-05 17:13:33 -0500
committerKyle MacLeod2016-12-05 17:13:33 -0500
commit30398efe996fb218a72c50ea8ab29fed08dbde6a (patch)
tree975bcc45a69a969bbac89b8f27ac58841d8b1fd4
parent6cb8ff0e255382aef37b4b6d97038775868ad5f8 (diff)
downloadaur-30398efe996fb218a72c50ea8ab29fed08dbde6a.tar.gz
Add dependencies for topydo columns mode
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0fe45ec5008..76f6ae0cb9b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jan 4 02:39:12 UTC 2016
pkgbase = topydo-git
pkgdesc = topydo is a todo list application using the todo.txt format.
- pkgver = 0.9.r4.g19b5623
+ pkgver = 0.10.1.r71.g6383df7
pkgrel = 1
url = https://github.com/bram85/topydo
arch = any
@@ -11,6 +9,8 @@ pkgbase = topydo-git
depends = python-setuptools
depends = python-six
depends = python-arrow
+ depends = python-urwid
+ depends = python-watchdog
provides = topydo
source = git+https://github.com/bram85/topydo.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6b7849c5db19..5a784d0a6a3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintener Théophane Hufschmitt <theophane.hufschmitt@gmx.fr>
+# Maintainer: Kyle MacLeod <aur.kmac5@recursor.net>
pkgname=topydo-git
_gitname=topydo
-pkgver=0.9.r4.g19b5623
+pkgver=0.10.1.r71.g6383df7
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-six" "python-arrow")
+depends=("python" "python-setuptools" "python-six" "python-arrow" "python-urwid" "python-watchdog")
provides=("topydo")
source=("git+https://github.com/bram85/topydo.git")
md5sums=("SKIP")