Search Criteria
Package Details: pq-cli 1.0.2-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/pq-cli.git (read-only, click to copy) |
---|---|
Package Base: | pq-cli |
Description: | Progress Quest: the CLI edition |
Upstream URL: | https://github.com/rr-/pq-cli |
Licenses: | MIT |
Submitter: | MagicAndWires |
Maintainer: | MagicAndWires |
Last Packager: | MagicAndWires |
Votes: | 2 |
Popularity: | 0.37 |
First Submitted: | 2021-08-21 00:16 (UTC) |
Last Updated: | 2025-04-13 02:36 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-urwid
- python-urwid_readlineAUR
- python-xdg-base-dirsAUR
- git (git-gitAUR, git-glAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
Latest Comments
MagicAndWires commented on 2025-04-13 02:38 (UTC)
@BigPhatz
Yeah my bad, I fixed that but I forgot to push the commit, should be fixed now. Cheers.
BigPhatz commented on 2025-04-13 00:17 (UTC)
@MagicAndWires
Thanks for the update! Unfortunately I am seeing an error when trying to build the package:
I think this is due to including the git commit in the filename? After looking around, I did find a directory containing the source code with the name
pq-cli
after the build process failed. Removing the git commit from the filename on lines 26 and 31 allowed this to build correctly.Let me know if this is an issue on my end, thanks again for maintaining this!
MagicAndWires commented on 2025-04-11 00:20 (UTC)
@BigPhatz I've updated the package, thanks for the heads up!
BigPhatz commented on 2025-04-10 15:12 (UTC)
@MagicAndWires
I have made some changes upstream to fix the crashes (and some other visual bugs). Now, installing from source works and the program works as expected. I don't believe a new tag has been created for these changes, but I think it would be safe to update the commit to the latest version.
Thanks for maintaining this!
MagicAndWires commented on 2024-05-15 17:37 (UTC)
Updated package to latest commit. Unfortunately, the installed package crashes, but I get the same error when installing it through the pip from source method so it's an upstream bug.
Will require another issue I'm afraid.
MagicAndWires commented on 2024-05-15 16:59 (UTC) (edited on 2024-05-15 17:06 (UTC) by MagicAndWires)
@noUsernamesLef7
Thanks for the heads up, I'll see if I can't make a patch in the meantime.
Update: Seems to have been fixed upstream
noUsernamesLef7 commented on 2024-05-05 03:36 (UTC)
Hi there, this package isn't working for me right now. It looks like the issue is due to python-xdg being renamed to python-xdg-base-dirs. I've submitted an issue upstream to get the rename taken care of there. Once that's done, I think we just need the dependency renamed here too. Let me know if there's anything I can do to help out!