summaryrefslogtreecommitdiff
path: root/community/tasks
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-22 00:06:19 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-22 00:06:19 -0300
commit45a1b262edf175ecf5dd43e51c8ee72f9d78265b (patch)
treec96780037991d6d44cefc8a149e9b88c6bfc6d67 /community/tasks
parentc034be9e8f973eb6c1dbb77fb4528fad379ddbfd (diff)
parent69e1fada8bdc9588d0a3d8bc3403fa809d809a84 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/quvi/PKGBUILD community/tasks/PKGBUILD community/xwax/PKGBUILD core/udev/PKGBUILD extra/libplist/PKGBUILD extra/mirage/PKGBUILD extra/rdesktop/PKGBUILD staging/gpsd/PKGBUILD testing/pygobject/PKGBUILD
Diffstat (limited to 'community/tasks')
-rw-r--r--community/tasks/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/tasks/PKGBUILD b/community/tasks/PKGBUILD
index 2dce0b58d..bff3f7a71 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 mips64el)
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 'mips64el')
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() {