summaryrefslogtreecommitdiff
path: root/community/task
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-06 10:25:36 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-06 10:25:36 +0200
commit5f875caf9e31730faff78cfa1fc99c30717a924d (patch)
tree64da821f3be8e6f7a61a55ae2aa3d7de5ad33e89 /community/task
parenta791587b609550b73cd867a642338769dc7c117d (diff)
parentd9c1fc1bcca8fd5cd3566fc6b183fe23065778bc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/rsyslog/PKGBUILD extra/boost/PKGBUILD extra/kdeadmin/PKGBUILD extra/kdebase-konsole/PKGBUILD extra/kdegames/PKGBUILD extra/kdenetwork/PKGBUILD extra/kdepim/PKGBUILD libre/kdenetwork-libre/PKGBUILD multilib/lib32-expat/PKGBUILD multilib/lib32-libldap/PKGBUILD multilib/lib32-openal/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-sqlite3/PKGBUILD testing/pcmciautils/PKGBUILD testing/systemd/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'community/task')
-rw-r--r--community/task/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD
index 8b1f78842..40e9409a2 100644
--- a/community/task/PKGBUILD
+++ b/community/task/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=task
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A command-line todo list manager"
arch=('i686' 'x86_64' 'mips64el')
url="http://taskwarrior.org/projects/show/taskwarrior/"
license=('MIT')
depends=()
-makedepends=('cmake')
-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')
+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')
source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
sha256sums=('78971e366c2395de1cc4b0c4fc41dd950c309d3bc2f6e9594b4c5821ad6775bd')
@@ -28,7 +28,8 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/usr/share/bash_completion/completions/task_completion.sh"
+ # Note that we rename the bash completion script for bash-completion > 1.99, until upstream does so.
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/usr/share/bash-completion/completions/task"
install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish"
install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task"