summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-08-19Bump electron to v31Luke Arms
2024-04-21Adopt fix for nvm error handling issue from `stretchly` packageLuke Arms
Adding `|| return` to a Bash command temporarily disables the `errexit` and `errtrace` options, which are enabled by `makepkg` and cause some `nvm` operations to fail. The workaround has been added to `prepare()` and `build()` to mitigate the risk of future issues, but is only required in `_ensure_local_nvm`.
2024-04-21Bump electron to v27Luke Arms
2023-10-05Update dependencies, fix variable persistence issueLuke Arms
- Electron updated to v24 - Dependencies updated from official pacman package
2022-09-01Update electron dependencyLuke Arms
Also, from the latest `stretchly` PKGBUILD: - Add support for asar and non-asar builds - Move Electron version to variable - Move `npm install` to `build()` as per PKGBUILD best practice - Cleanup
2022-04-18Update electron dependencyLuke Arms
2022-02-28Reinstate electron dependency (break screen issue fixed)Luke Arms
2022-02-20Add libxcrypt-compat to provide missing libcrypt.so.1Luke Arms
2022-01-24Mitigate blank/grey screen issue by packaging Electron with StretchlyLuke Arms
2021-12-30Update dependencies and improve robustness of buildLuke Arms
2021-12-28Bump version, fix electron-builder error, clean upLuke Arms
2021-06-17Isolate nvmLuke Arms
Also: - Update version - Add Electron binary removal to output - Add .gitignore
2021-05-24UpdateLuke Arms
2021-04-05Add make dependency on python (for node-gyp) and package conflictsLuke Arms
2021-04-05Update electron, use nvm to match upstream node versionLuke Arms
2021-02-11Add git to makedepends, bump versionLuke Arms
2020-12-27Version bumpLuke Arms
2020-11-09Bump to 51f05d1 (tag: v1.3.0)Luke Arms
2020-11-03Initial commitLuke Arms