Search Criteria
Package Details: pkgtop 2.5.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pkgtop.git (read-only, click to copy) |
---|---|
Package Base: | pkgtop |
Description: | Interactive package manager & resource monitor |
Upstream URL: | https://github.com/orhun/pkgtop |
Keywords: | package-manager pacman pkgtop resource-monitor |
Licenses: | GPL3 |
Submitter: | MagicAndWires |
Maintainer: | orhun |
Last Packager: | orhun |
Votes: | 5 |
Popularity: | 0.000005 |
First Submitted: | 2019-08-30 23:21 (UTC) |
Last Updated: | 2023-10-13 12:37 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2
op_old commented on 2019-09-03 14:51 (UTC)
Is it automatically updating the package version depending on the release tag?
MagicAndWires commented on 2019-09-02 00:29 (UTC)
@BrianAllred
Odd as I couldn't seem to reproduce it on my machine yesterday, though admittedly I didn't try it in a clean chroot though, as I didn't have time for that.
Should be fixed now.
BrianAllred commented on 2019-09-01 19:20 (UTC)
@MagicAndWires
Yeah, it's still broken, and manually setting the variable still works.
jpegxguy commented on 2019-09-01 17:32 (UTC)
Thanks. Useful program!
MagicAndWires commented on 2019-09-01 15:31 (UTC)
@jpegxguy
Thanks for the tip! Having no personal experience with go I did not know this was something to be worried about. I assumed it downloaded any dependencies it needed within the pwd or a cache directory like most package managers do.
Should be fixed now though.
jpegxguy commented on 2019-09-01 12:45 (UTC)
There is a way to stop the go folder appearing in $HOME. Plese do
export GOPATH="$srcdir"
before thego build
command.MagicAndWires commented on 2019-08-31 22:24 (UTC)
@BrianAllred
Does building still fail with 1.5? I'm far from an export on go but after looking into what the variable does it should probably be fixed with the latest commit.
BrianAllred commented on 2019-08-31 04:16 (UTC)
Build fails if
$GO111MODULE
is set toon
. Temporarily setting it tooff
works, might need to put that in the pkgbuild.« First ‹ Previous 1 2