Package Details: nodejs-npm2arch 2.2.0-1

Git Clone URL: https://aur.archlinux.org/nodejs-npm2arch.git (read-only, click to copy)
Package Base: nodejs-npm2arch
Description: Convert NPM package to a PKGBUILD for ArchLinux
Upstream URL: https://github.com/simon04/npm2arch
Licenses: MIT
Submitter: None
Maintainer: simon04
Last Packager: simon04
Votes: 48
Popularity: 0.003466
First Submitted: 2011-10-28 22:10 (UTC)
Last Updated: 2021-12-09 21:44 (UTC)

Latest Comments

« First ‹ Previous 1 2

spider-mario commented on 2015-01-10 10:57 (UTC)

Instead of having build() do the work (which it can’t, because it doesn’t have access to $pkgdir) and package() return true, you should remove build() altogether (there’s nothing to build) and instead package in package().

orschiro commented on 2015-01-10 08:09 (UTC)

The latest update fails to build due to a permission error. The previous version 0.1.17. built fine. Build error: ==> Making package: nodejs-npm2arch 0.1.18-1 (Sa 10. Jan 09:08:06 CET 2015) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading npm2arch-0.1.18.tgz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4928 100 4928 0 0 17819 0 --:--:-- --:--:-- --:--:-- 17790 ==> Validating source files with sha1sums... npm2arch-0.1.18.tgz ... Passed ==> Extracting sources... ==> Starting build()... mkdir: cannot create directory ‘/home/orschiro/ABS/nodejs-npm2arch/pkg’: Permission denied ==> ERROR: A failure occurred in build(). Aborting...