summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2015-07-08 17:52:24 -0300
committerHugo Osvaldo Barrera2015-07-08 17:52:24 -0300
commit035ff69e99e439ea68a8559eb3272ba7ce04375c (patch)
tree628687ea267b4418ff3c628bd9172e617b244234
parentb5aa7fdd34b8d466a11483b6dae7647cd9f4fe26 (diff)
downloadaur-035ff69e99e439ea68a8559eb3272ba7ce04375c.tar.gz
Add new optional dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d38fc24a40c..cc571112421f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = todoman-git
pkgdesc = A simple CalDav-based todo manager.
pkgver = latest
- pkgrel = 1
+ pkgrel = 2
url = https://git.barrera.io/hobarrera/todoman
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = todoman-git
depends = python-urwid
depends = python-xdg
depends = python-ansi-git
+ optdepends = python-click-repl-git: the repl command.
provides = todoman
conflicts = todoman
source = git+https://git.barrera.io/hobarrera/todoman.git
diff --git a/PKGBUILD b/PKGBUILD
index 27c5fc288b71..639f9daeb9ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=todoman-git
_pkgname=todoman
pkgver=latest
-pkgrel=1
+pkgrel=2
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 python-ansi-git)
+optdepends=('python-click-repl-git: the repl command.')
conflicts=("todoman")
provides=("todoman")
source=(git+https://git.barrera.io/hobarrera/todoman.git)