diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-06 23:38:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-06 23:38:28 -0300 |
commit | 750a8fc982e640e6ef62f80afd99469959f407ad (patch) | |
tree | cfc482b7afcc4e3502e67578825c439ee296b2d5 /community/task | |
parent | 2781491d77559e5a9f0e0d26698d91da745f14f3 (diff) | |
parent | 3d65494a8eda056377febda4642ce992e69a9371 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/kmod/PKGBUILD
multilib/lib32-libpng/PKGBUILD
testing/baobab/PKGBUILD
testing/empathy/PKGBUILD
testing/libgdata/PKGBUILD
testing/telepathy-farstream/PKGBUILD
testing/telepathy-haze/PKGBUILD
Diffstat (limited to 'community/task')
-rw-r--r-- | community/task/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index 40e9409a2..f326a90d4 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -6,14 +6,14 @@ pkgname=task pkgver=2.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="A command-line todo list manager" arch=('i686' 'x86_64' 'mips64el') url="http://taskwarrior.org/projects/show/taskwarrior/" license=('MIT') -depends=() +depends=('lua') makedepends=('cmake' 'lua') -optdepends=('bash-completion: for bash completion' 'python: for python export addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'lua: for luaexport addon') +optdepends=('bash-completion: for bash completion' 'python: for python export addon' 'ruby: for ruby export addon' 'perl: for perl export addon') source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz) sha256sums=('78971e366c2395de1cc4b0c4fc41dd950c309d3bc2f6e9594b4c5821ad6775bd') |