Age | Commit message (Collapse) | Author |
|
|
|
|
|
Newer makepkg versions properly remove the empty line at the end of the
file, silencing any warnings from Git about it.
This is a purely aesthetic change. The pkgrel does not need to be
updated as no functionality changed.
|
|
It seems that npm now behaves differently when called with a local
directory instead of a package tarball, completely ignoring the needed
dependencies. To work around, we pack the contents before and then pass
the resulting tarball to npm.
|
|
The package sourced from Git all along. The Arch Wiki [1] conducts: Its
name should reflect this.
[1]: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines
|
|
Systemd scripts are usually not executable.
|
|
To have its name correctly scanned by customizepkg, the pkgname variable
may not contain any variables.
|
|
The program is written in CoffeeScript. It obviously needs the
interpreter to run.
|
|
The git-makepkg-templates switched to dynamic adaptation to integrity
checks chosen in makepkg.conf. [1] The default checksums chosen reflect
recommendations from the Arch Linux Wiki and manual pages. [2]
[1]: https://github.com/dffischer/git-makepkg-templates/commit/e84d04b
[2]: https://aur.archlinux.org/cgit/aur.git/commit/?h=git-makepkg-templates-git&id=c2ccaaa
|
|
|
|
When amending the last commit, some changes were forgotten.
|
|
This makes the feeds accessible as a system-wide service started on
demand.
A pull request to incorporate the changes and additions was made to the
upstream project. [1] Should it be accepted, all supplementary files added
in this commit can be removed again.
[1]: https://github.com/tremby/vinefeed/pull/3
|
|
The PKGBUILD in mostly inspired from the NodeJS packages already in the
community repository [1], some from the AUR [2] and the template used by
the npm2arch generator [3].
[1]: https://www.archlinux.org/packages/?q=nodejs
[2]: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=nodejs-jpm
[3]: https://github.com/Filirom1/npm2arch/blob/master/lib/npm2PKGBUILD.coffee
|