Search Criteria
Package Details: nodejs-resume-cli 3.0.4-2
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: | |
Submitter: | matoro |
Maintainer: | matoro |
Last Packager: | matoro |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-15 02:03 |
Last Updated: | 2021-02-25 00:31 |
Dependencies (3)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-nightly, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium)
- jq (jq-git) (make)
- npm (nodejs6-bin, nodejs-nightly, npm6) (make)
Latest Comments
matoro commented on 2021-02-25 00:32
Pkgrel has been bumped, sorry.
VannTen commented on 2021-02-24 09:24
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
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
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
Sorry about that. It's been fixed and actually tested before pushing this time.
amaanhub commented on 2021-02-21 22:24
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
I'll suggest the following patch to update the version and remove srcdir ref as indicated by the Node.js arch package guidelines.