summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-04-17 16:10:44 -0300
committerHugo Osvaldo Barrera2016-04-17 16:10:44 -0300
commit9490c510e9bf7378dbc939c9e79c63b0a55ef29d (patch)
tree224bf0d4224b849d2703ae70e9042f8ac5a42c24
parente14612734bdeedfd2a65f20f0abb987c12ef5a8c (diff)
downloadaur-9490c510e9bf7378dbc939c9e79c63b0a55ef29d.tar.gz
Update to v1.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bbb633db78f..7f338a248a56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 15 03:20:13 UTC 2016
+# Sun Apr 17 19:10:23 UTC 2016
pkgbase = todoman
pkgdesc = A simple CalDav-based todo manager.
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/pimutils/todoman
arch = any
@@ -16,8 +16,8 @@ pkgbase = todoman
depends = python-click
depends = python-setuptools-scm
optdepends = python-click-repl-git: the repl command.
- source = https://pypi.python.org/packages/source/t/todoman/todoman-1.5.2.tar.gz
- md5sums = 132995f497848566189f40a1a0fe274f
+ source = https://pypi.python.org/packages/source/t/todoman/todoman-1.6.0.tar.gz
+ md5sums = ef411ddfee02c2261e124af15699cac2
pkgname = todoman
diff --git a/PKGBUILD b/PKGBUILD
index 1e9962c90e74..4874ef8bd4bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=todoman
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="A simple CalDav-based todo manager."
arch=("any")
@@ -12,7 +12,7 @@ depends=(python-icalendar python-urwid python-xdg python-ansi
python-setuptools-scm)
optdepends=('python-click-repl-git: the repl command.')
source=("https://pypi.python.org/packages/source/t/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('132995f497848566189f40a1a0fe274f')
+md5sums=('ef411ddfee02c2261e124af15699cac2')
build() {
cd "$srcdir/$pkgname-$pkgver"