> To satisfy nodejs > dependency for my package, should I use npm inside build() function in my > PKGBUILD (solution that I prefer and now I'm using), or should I create an > AUR tarball for every dpendency, and add all those ones inside depends() > array?
I'd say go with npm. It's the maintainers of "brackets" who know best what versions of libraries their software depends on. In AUR packages are supposed to be always up-to-date which may render "brackets" or any other package buggy. -- Kind regards, Damian Nowak StratusHost www.AtlasHost.eu
