summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dcff5e97368..b8b97fc121b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: mrxx <mrxx at cyberhome dot at>
-# Contributor: Eli Schwartz <eschwartz at archlinux dot org>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
_pkg=TaskCoach
pkgname=taskcoach
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc="Todo manager to keep track of personal tasks, todo lists, with effort tracking, categories, notes and more."
arch=('any')
@@ -13,7 +12,7 @@ license=('GPL3')
depends=('python2' 'python2-wxpython3' 'curl' 'python2-twisted' 'libxss')
changelog=$pkgname.changelog
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$_pkg-$pkgver.tar.gz")
-sha256sums=('8ca3e026d9ee1a5f343b67fc8f75ba71945ce8f112706dd2bc661a9be4c81db0')
+sha256sums=('2ef47fbc65165f8de10a519d07175ae6ec226c5906c8c2569448ac1363495f98')
build() {
cd "$srcdir"/$_pkg-$pkgver