version 0.82 is now available
Search Criteria
Package Details: boostnote 0.13.0-1
Git Clone URL: | https://aur.archlinux.org/boostnote.git (read-only) |
---|---|
Package Base: | boostnote |
Description: | Open source note-taking app for programmers |
Upstream URL: | https://boostnote.io/ |
Keywords: | electron productivity |
Licenses: | |
Submitter: | rokt33r |
Maintainer: | clone1612 |
Last Packager: | clone1612 |
Votes: | 55 |
Popularity: | 0.25 |
First Submitted: | 2016-04-11 13:01 |
Last Updated: | 2019-11-16 08:54 |
Dependencies (5)
- electron (electron-wayland)
- nodejs (nodejs-git, nodejs-0.12, nodejs6-bin, nodejs-lts-carbon, nodejs-lts-dubnium, nodejs-lts-erbium)
- git (git-git) (make)
- grunt-cli (make)
- yarn (yarn-nightly) (make)
Required by (0)
Sources (6)
sarcokiller commented on 2017-01-20 12:32
chmue commented on 2016-12-27 14:41
There is a mismatch in .SRCINFO since the update to the latest version (0.6.1-1 -> 0.7.1-1). Could you look into this? I guess you just have to update .SRCINFO to the newest version. Thank you very much!
Pinned Comments
clone1612 commented on 2018-06-13 06:04
Just an FYI on certain warnings appearing during the installation:
Warning about optional dependencies -> Bug in npm ignoring the --no-optional flag (https://github.com/npm/npm/issues/17633)
Reference to $srcdir ... -> Again unwanted behaviour in npm which saves absolute paths in the package.json file (https://github.com/npm/npm/issues/10393). These warnings can safely be ignored since package.json is not used after installation.
Security alerts -> Upstream issue, I'll try looking into it and fix things where possible