Search Criteria
Package Details: nodejs-resume-cli 3.0.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nodejs-resume-cli.git (read-only, click to copy) |
---|---|
Package Base: | nodejs-resume-cli |
Description: | The command line tool for JSON Resume |
Upstream URL: | https://github.com/jsonresume/resume-cli |
Licenses: | MIT |
Submitter: | matoro |
Maintainer: | amaanhub |
Last Packager: | amaanhub |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-15 02:03 (UTC) |
Last Updated: | 2023-09-30 18:22 (UTC) |
Dependencies (3)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- jq (jq-gitAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Latest Comments
matoro commented on 2021-02-25 00:32 (UTC)
Pkgrel has been bumped, sorry.
VannTen commented on 2021-02-24 09:24 (UTC)
Sorry about that. I tested it before proposing the patch but
I think it did not re-download it since the archive was already there, so I did not spot the error.
StephenBrown2 commented on 2021-02-24 04:17 (UTC)
Could you also bump the pkgrel version? yay is still trying to grab the broken PKGBUILD for me since the version hasn't changed.
amaanhub commented on 2021-02-21 23:09 (UTC)
Wow, thanks for sorting that out so fast. It appears to be working on my end too. Ignoring the first 7 characters with
${pkgname:7}
is cool, I've learned something new!matoro commented on 2021-02-21 22:48 (UTC)
Sorry about that. It's been fixed and actually tested before pushing this time.
amaanhub commented on 2021-02-21 22:24 (UTC) (edited on 2021-02-21 22:24 (UTC) by amaanhub)
The current PKGBUILD does not work, due to a potentially misnamed source. The source should point to https://registry.npmjs.org/resume-cli/-/resume-cli-3.0.4.tgz .
I noticed in the previous version it points to the correct source as you explicitly make a variable that is the npm package name which is called in
source (source=("https://registry.npmjs.org/${_npmname}/-/${_npmname}-${_npmver}.tgz"))
though you are callingsource=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
now so it is looking for a package callednodejs-resume-cli
.First comment here so apologies for any formatting errors.
VannTen commented on 2021-02-07 10:36 (UTC)
I'll suggest the following patch to update the version and remove srcdir ref as indicated by the Node.js arch package guidelines.