summaryrefslogtreecommitdiff
path: root/community/tasks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tasks/PKGBUILD')
-rw-r--r--community/tasks/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD
index 72875e1ca..2d9e4f2e2 100644
--- a/community/tasks/PKGBUILD
+++ b/community/tasks/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id: PKGBUILD 28839 2010-10-06 10:29:24Z spupykin $
+# $Id: PKGBUILD 45229 2011-04-18 13:02:11Z 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.18
-pkgrel=2
+pkgver=0.19
+pkgrel=1
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')
makedepends=('intltool')
-arch=(i686 x86_64)
install=tasks.install
source=(http://pimlico-project.org/sources/tasks/$pkgname-$pkgver.tar.gz)
-md5sums=('d40c0227e496b51be6fde10f387215ed')
+md5sums=('0afd969758561599fd782e1effb39c08')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr || return 1
- make || return 1
+ ./configure --prefix=/usr
+ make
}
package() {