summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2017-01-26 06:54:49 -0300
committerHugo Osvaldo Barrera2017-01-26 06:54:49 -0300
commit64f498cf325f4cbc4a638f8a66bb12e32ecd9382 (patch)
treec5c072b67945532094b8afe808ceaf6494aea354
parent2758454c508f0d468fa3b43d98a26a5c4793b6b7 (diff)
downloadaur-64f498cf325f4cbc4a638f8a66bb12e32ecd9382.tar.gz
Update to 1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04443410cd3..a936e63a62df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 4 19:03:53 UTC 2016
+# Thu Jan 26 09:54:37 UTC 2017
pkgbase = todoman
pkgdesc = A simple CalDav-based todo manager.
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/pimutils/todoman
arch = any
@@ -17,8 +17,8 @@ pkgbase = todoman
depends = python-click
depends = python-setuptools-scm
optdepends = python-click-repl-git: the repl command.
- source = https://pypi.io/packages/source/t/todoman/todoman-1.7.0.tar.gz
- md5sums = 16e57975f405f752c5f0a607bc3a431a
+ source = https://pypi.io/packages/source/t/todoman/todoman-1.8.0.tar.gz
+ md5sums = c8ee39c2055f66b12b4567e705c050f4
pkgname = todoman
diff --git a/PKGBUILD b/PKGBUILD
index ba20eedc766e..e9023b9d1035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=todoman
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="A simple CalDav-based todo manager."
arch=("any")
@@ -12,7 +12,7 @@ depends=(python-icalendar python-urwid python-xdg python-parsedatetime
optdepends=('python-click-repl-git: the repl command.')
checkdepends=('python-pytest' 'python-hypothesis')
source=("https://pypi.io/packages/source/t/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('16e57975f405f752c5f0a607bc3a431a')
+md5sums=('c8ee39c2055f66b12b4567e705c050f4')
build() {
cd "$srcdir/$pkgname-$pkgver"