Package Details: task-git 1:2.6.2.r916.g0adced7-1

Git Clone URL: https://aur.archlinux.org/task-git.git (read-only, click to copy)
Package Base: task-git
Description: A command-line todo list manager
Upstream URL: https://taskwarrior.org/
Licenses: MIT
Conflicts: task
Provides: task
Submitter: vali
Maintainer: atticf
Last Packager: atticf
Votes: 13
Popularity: 0.000000
First Submitted: 2010-07-05 23:38 (UTC)
Last Updated: 2023-03-04 07:04 (UTC)

Dependencies (10)

Required by (18)

Sources (3)

Latest Comments

1 2 3 Next › Last »

atticf commented on 2023-02-28 05:31 (UTC)

Can be fixed by adding the submodules specified in .gitmodules (https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules) and adding a rust or cargo dependency. The zsh script install is not needed anymore

freistil commented on 2022-09-22 14:32 (UTC)

This package is currently broken, as taskwarrior requires now a Rust installation. Can you take a look and make the required changes to the dependencies?

msnspk commented on 2021-12-26 04:12 (UTC)

Hi, could the package's source branch be changed to:

git+https://github.com/GothenburgBitFactory/taskwarrior.git#branch=develop

This is the new default branch and where all new development occurs. Thank you!

arjunv commented on 2019-04-29 11:17 (UTC) (edited on 2019-04-29 11:20 (UTC) by arjunv)

Do make the change in the PKGBUILD?

provides=("task=2.6.0")

vali commented on 2018-04-13 09:09 (UTC)

@andreip Thanks for letting me know. I fixed the PKGBUILD.

andreip commented on 2018-04-12 16:31 (UTC)

  -> Cloning task-git git repo...
fatal: unable to access 'https://git.tasktools.org/TM/task.git/': Failed to connect to git.tasktools.org port 443: Connection timed out
==> ERROR: Failure while downloading task-git git repo
    Aborting...
==> ERROR: Makepkg was unable to build task-git.
==> Restart building task-git ? [y/N]

silvio commented on 2017-07-18 16:26 (UTC)

Please change the source line, the repository has moved -source=("$pkgname"::'git+https://git.tasktools.org/scm/tm/task.git#branch=2.5.1') +source=("$pkgname"::'git+https://git.tasktools.org/TM/task.git#branch=2.5.2') thx

<deleted-account> commented on 2015-09-08 16:14 (UTC)

Building task-git is currently failing; branch "2.4.5" no longer exists upstream. It builds if I edit "#branch=2.4.5" to "#branch=2.5.0" in the source URL in the PKGBUILD. $ git clone https://aur.archlinux.org/task-git.git Cloning into 'task-git'... remote: Counting objects: 5, done. remote: Compressing objects: 100% (5/5), done. remote: Total 5 (delta 0), reused 5 (delta 0) Unpacking objects: 100% (5/5), done. Checking connectivity... done. $ cd task-git $ makepkg ==> Making package: task-git s2.4.5.r2.g5b675ea-1 (Tue Sep 8 12:05:07 EDT 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning task-git git repo... Cloning into bare repository '/home/tomxtobin/repo/aur/task-git/task-git'... remote: Counting objects: 50721, done. remote: Compressing objects: 100% (13186/13186), done. remote: Total 50721 (delta 41089), reused 45914 (delta 37290) Receiving objects: 100% (50721/50721), 23.53 MiB | 2.40 MiB/s, done. Resolving deltas: 100% (41089/41089), done. Checking connectivity... done. ==> Validating source files with md5sums... task-git ... Skipped ==> Extracting sources... -> Creating working copy of task git repo... Cloning into 'task-git'... done. fatal: Cannot update paths and switch to branch 'makepkg' at the same time. Did you intend to checkout 'origin/2.4.5' which can not be resolved as commit? ==> ERROR: Failure while creating working copy of task git repo Aborting...

jck commented on 2014-09-16 09:57 (UTC)

The version is not being set correctly. Please use this in pkgver: git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'

x33a commented on 2014-02-12 10:36 (UTC)

The git urls have changed. http://taskwarrior.org/news/189