summaryrefslogtreecommitdiff
path: root/community/tasks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tasks/PKGBUILD')
-rw-r--r--community/tasks/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD
index 2d9e4f2e2..3204bd603 100644
--- a/community/tasks/PKGBUILD
+++ b/community/tasks/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 45229 2011-04-18 13:02:11Z spupykin $
+# $Id: PKGBUILD 56135 2011-10-02 08:11:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
# Contributor: lp76 <l.peduto@gmail.com>
pkgname=tasks
pkgver=0.19
-pkgrel=1
+pkgrel=2
pkgdesc="A simple to do list application that uses libecal"
arch=(i686 x86_64)
url="http://pimlico-project.org/tasks.html"
license=('GPL')
-depends=('evolution-data-server>=2.32.0' 'xdg-utils' 'gtk2')
+depends=('evolution-data-server>=3.2.0' 'xdg-utils' 'gtk2')
makedepends=('intltool')
install=tasks.install
source=(http://pimlico-project.org/sources/tasks/$pkgname-$pkgver.tar.gz)