Search Criteria
Package Details: pfetch 1.9.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pfetch.git (read-only, click to copy) |
---|---|
Package Base: | pfetch |
Description: | A pretty system information tool written in POSIX sh. |
Upstream URL: | https://github.com/Un1q32/pfetch |
Keywords: | fetch |
Licenses: | MIT |
Conflicts: | pfetch-git |
Provides: | pfetch |
Submitter: | qontinuum |
Maintainer: | yigits |
Last Packager: | yigits |
Votes: | 49 |
Popularity: | 0.25 |
First Submitted: | 2021-01-16 09:13 (UTC) |
Last Updated: | 2025-10-12 15:58 (UTC) |
Latest Comments
LFdev commented on 2025-10-18 23:17 (UTC)
Hi, there. Upstream also provides a man page, probably it should be included in the package as well? It also provides a Makefile, so it should be straightforward (and simplify maintenance also, since any changes would be applied automatically). Thank you.
yigits commented on 2024-05-01 20:39 (UTC)
The upstream has archived their package (dylanaraps/pfetch). There is a maintained fork (Un1q32/pfetch), thank you for the heads up @theycallhermax
I removed the out-of-date flag as pfetch 0.6.0 is still technically the latest version. I've also submitted an issue to the maintained fork and will update the upstream depending on the response
yigits commented on 2022-04-18 21:49 (UTC)
@Razvii you can use the vcs package (https://aur.archlinux.org/packages/pfetch-git) or ask upstream to release a new package (https://github.com/dylanaraps/pfetch/releases)
Razvii commented on 2022-04-18 21:44 (UTC)
The source tar is not updated to contain the EndeavourOS fix from 4 months ago https://github.com/dylanaraps/pfetch/commit/a906ff89680c78cec9785f3ff49ca8b272a0f96b
qontinuum commented on 2021-02-02 19:37 (UTC)
Fixed, thank you
xaver commented on 2021-02-01 23:02 (UTC)
install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.md" ...
should beinstall -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.md" ...
since there is no need for LICENSE.md to be executable.