Search Criteria
Package Details: jp 0.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jp.git (read-only, click to copy) |
---|---|
Package Base: | jp |
Description: | Command line interface to JMESPath |
Upstream URL: | https://github.com/jmespath/jp |
Licenses: | Apache |
Submitter: | nineinchnick |
Maintainer: | nineinchnick (galdor) |
Last Packager: | galdor |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-13 13:05 (UTC) |
Last Updated: | 2023-11-17 13:34 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
galdor commented on 2023-11-17 13:34 (UTC)
Updated to 0.2.1.
galdor commented on 2023-11-17 12:35 (UTC)
0.2.1 has been released more than two years ago, could you update the package? If you don't have time, no worry, I'm willing to do it :) In this case, just disown the package and I'll take care of it.
nineinchnick commented on 2021-09-30 17:48 (UTC)
@lmartinez-mirror thanks and I'm terribly sorry for the awful long time it took me to apply your suggestions. I just updated this to 0.2.0 and added git and tested it in a clean chroot. The Go modules issue must have been mitigated in a newer Go version.
lmartinez-mirror commented on 2021-04-05 18:18 (UTC) (edited on 2021-04-05 18:24 (UTC) by lmartinez-mirror)
Hi, if this package is going to be pulling using
git
, it should be added to themakedepends
. It makes a it a lot easier to build in a clean chroot. Alternatively you could use the tarballs provided from upstream.EDIT: Even after adding
git
myself, the package fails to build in a clean chroot. Could you please check yourbuild()
function? This is what I get as output: