diff options
author | root <root@rshg054.dnsready.net> | 2012-04-25 00:01:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-25 00:01:35 +0000 |
commit | 98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f (patch) | |
tree | 00d9cdbfdc8ef5d7a4a7159a8c6439008509e662 /community/tasks | |
parent | 9988621f899d7d4ae5fd0a4a32a4ba3abc5a527d (diff) |
Wed Apr 25 00:01:35 UTC 2012
Diffstat (limited to 'community/tasks')
-rw-r--r-- | community/tasks/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD index 676929097..5a280587f 100644 --- a/community/tasks/PKGBUILD +++ b/community/tasks/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 61455 2011-12-31 18:09:39Z spupykin $ +# $Id: PKGBUILD 69748 2012-04-23 09:08:34Z ibiru $ # 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.20 -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>=3.2.0' 'xdg-utils' 'gtk2') +depends=('evolution-data-server>=3.4.0' 'xdg-utils' 'gtk2') makedepends=('intltool') install=tasks.install #source=(http://pimlico-project.org/sources/tasks/$pkgname-$pkgver.tar.gz) |