summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2018-05-04 23:07:41 -0300
committerHugo Osvaldo Barrera2018-05-04 23:07:49 -0300
commit96c2b6dfae7df39a6e3e0bd8476d974537a3127c (patch)
tree62be4773f74b6e0067e79e8008cc320af85ee021
parent2f79ad8b24dbc37246ee89f2c361b48ea07b303f (diff)
downloadaur-96c2b6dfae7df39a6e3e0bd8476d974537a3127c.tar.gz
Depend on non-git python-click-repl
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b700a3f00bf..c01f4bb99731 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 2 12:52:34 UTC 2018
+# Sat May 5 02:07:44 UTC 2018
pkgbase = todoman
pkgdesc = A simple CalDav-based todo manager.
pkgver = 3.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pimutils/todoman
arch = any
license = ISC
@@ -22,7 +22,7 @@ pkgbase = todoman
depends = python-dateutil
depends = python-tabulate
depends = python-humanize
- optdepends = python-click-repl-git: the repl command.
+ optdepends = python-click-repl: the repl command.
noextract = todoman-3.2.4-py3-none-any.whl
source = https://github.com/pimutils/todoman/releases/download/v3.2.4/todoman-3.2.4.tar.gz
source = https://raw.githubusercontent.com/pimutils/todoman/v3.2.4/bin/todo
diff --git a/PKGBUILD b/PKGBUILD
index 7e3df18b280a..152af024778a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=todoman
pkgver=3.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="A simple CalDav-based todo manager."
arch=("any")
url="https://github.com/pimutils/todoman"
@@ -10,7 +10,7 @@ license=('ISC')
depends=(python-icalendar python-urwid python-xdg python-parsedatetime
python-atomicwrites python-click python-setuptools-scm
python-configobj python-dateutil python-tabulate python-humanize)
-optdepends=('python-click-repl-git: the repl command.')
+optdepends=('python-click-repl: the repl command.')
checkdepends=('python-pytest' 'python-hypothesis' 'python-pytest-runner'
'python-freezegun')
source=("https://github.com/pimutils/todoman/releases/download/v${pkgver}/todoman-${pkgver}.tar.gz"