Search Criteria
Package Details: taskwarrior-tui-git r146.fad4e5f-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/taskwarrior-tui-git.git (read-only, click to copy) | 
|---|---|
| Package Base: | taskwarrior-tui-git | 
| Description: | A Terminal User Interface for Taskwarrior | 
| Upstream URL: | https://github.com/kdheepak/taskwarrior-tui | 
| Keywords: | taskwarrior tui | 
| Licenses: | MIT | 
| Conflicts: | taskwarrior-tui | 
| Provides: | taskwarrior-tui | 
| Submitter: | loki7990 | 
| Maintainer: | loki7990 (kdheepak) | 
| Last Packager: | loki7990 | 
| Votes: | 3 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2020-10-02 22:30 (UTC) | 
| Last Updated: | 2020-10-29 00:44 (UTC) | 
Dependencies (3)
- task (task2AUR, task-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
Latest Comments
loki7990 commented on 2021-04-28 19:47 (UTC)
Hmm, I'm not sure @AkechiShiro. Like I said, it installs just fine for me. I suggest opening an issue over at the github repo.
AkechiShiro commented on 2021-04-28 19:18 (UTC)
Hi @loki7990 I'm still facing issue even with the rustup suggestion you mentioned the same issue happens.
To build I use the current command
sudo aura -Axc pkgNamethe c option is said to delete its build directory immediately, so I don't think it is related to some cache.loki7990 commented on 2021-04-28 18:44 (UTC) (edited on 2021-04-28 18:44 (UTC) by loki7990)
@AkechiShiro Looks like kdheepak is in the midst of making commits. I was able to build and install just fine with the rust package in the repos. You could try installing rustup and then run
rustup default nightlyand install again, but I suspect that since you tried installing while kdheepak was making commits things borked along the way. Try installing again now and if you still have problems, try the rustup suggestion I mentioned.AkechiShiro commented on 2021-04-28 18:31 (UTC)
This package does not build seems upstream is broken or maybe my Rust version is not recent enough ?
orhun commented on 2020-10-23 18:18 (UTC) (edited on 2020-12-12 09:49 (UTC) by orhun)
A few issues about PKGBUILD:
More info: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function
$srcdiris unnecessary.check()function forcargo test.