diff options
Diffstat (limited to 'community/tasks/PKGBUILD')
-rw-r--r-- | community/tasks/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD index 00540cce8..676929097 100644 --- a/community/tasks/PKGBUILD +++ b/community/tasks/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59230 2011-11-21 15:27:24Z spupykin $ +# $Id: PKGBUILD 61455 2011-12-31 18:09:39Z 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=2 +pkgver=0.20 +pkgrel=1 pkgdesc="A simple to do list application that uses libecal" arch=(i686 x86_64) url="http://pimlico-project.org/tasks.html" @@ -14,8 +14,9 @@ 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) -source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz) -md5sums=('0afd969758561599fd782e1effb39c08') +#source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz) +source=(http://ftp.gnome.org/pub/GNOME/sources/tasks/$pkgver/tasks-$pkgver.tar.xz) +md5sums=('f4602cd39af10f5b327d9a59a22ea034') build() { cd "$srcdir/$pkgname-$pkgver" |