summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmacleod2016-01-03 21:39:20 -0500
committerkmacleod2016-01-03 21:39:20 -0500
commit6cb8ff0e255382aef37b4b6d97038775868ad5f8 (patch)
tree6bf05b5b02ed8446add935b8231ddd0961712e7c
parent76ba125a03b5986b8b3ecb3e8ed11ce14c737292 (diff)
downloadaur-6cb8ff0e255382aef37b4b6d97038775868ad5f8.tar.gz
Update to use python 3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f65bdb1a140..e0fe45ec5008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 01:41:23 UTC 2016
+# Mon Jan 4 02:39:12 UTC 2016
pkgbase = topydo-git
- pkgdesc = topydo is a todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani.
+ pkgdesc = topydo is a todo list application using the todo.txt format.
pkgver = 0.9.r4.g19b5623
pkgrel = 1
url = https://github.com/bram85/topydo
diff --git a/PKGBUILD b/PKGBUILD
index fe047a771086..6b7849c5db19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=topydo-git
_gitname=topydo
pkgver=0.9.r4.g19b5623
pkgrel=1
-pkgdesc="topydo is a todo list application using the todo.txt format. It is heavily inspired by the todo.txt CLI by Gina Trapani."
+pkgdesc="topydo is a todo list application using the todo.txt format."
arch=("any")
url="https://github.com/bram85/topydo"
license=('GPLv3')