Search Criteria
Package Details: dstask 1.0.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dstask.git (read-only, click to copy) |
|---|---|
| Package Base: | dstask |
| Description: | Git-powered terminal-based todo/note manager with full markdown note for each task |
| Upstream URL: | https://github.com/naggie/dstask |
| Keywords: | cli git markdown sync task todo |
| Licenses: | MIT |
| Submitter: | flipee |
| Maintainer: | kseistrup |
| Last Packager: | kseistrup |
| Votes: | 6 |
| Popularity: | 0.26 |
| First Submitted: | 2020-05-26 00:35 (UTC) |
| Last Updated: | 2026-04-09 09:47 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
flipee commented on 2020-10-28 15:34 (UTC) (edited on 2020-10-28 15:35 (UTC) by flipee)
Could you please try to build without running check()?
makepkg --nocheckThe "git config" is only needed for integration testing, I thought I had bypassed this but apparently not.
jahway603 commented on 2020-10-28 06:12 (UTC)
Packages for v 0.22-1 and 0.23-1 require "global git configuration", which some users do not use. Package for v 0.21-1 did not require this, which is why it worked for all users.
jahway603 commented on 2020-10-27 14:46 (UTC)
Package for v 0.23-1 does not build. Please revert back to the source line used in v 0.21-1 which worked [source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")]
If you want to use a "git+..." source line, then please create a separate dstask-git package for that. Thanks.
jahway603 commented on 2020-10-21 05:37 (UTC)
Package for v 0.22-1 does not build due to the different source line: source=("git+$url#tag=v$pkgver"). Please revert back to the source line used in v 0.21-1 which worked [source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")] If you want to use a "git+..." source line, then please create a separate dstask-git package for that. Thanks.