Search Criteria
Package Details: noteey-bin 1.27.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/noteey-bin.git (read-only, click to copy) |
---|---|
Package Base: | noteey-bin |
Description: | Noteey - A powerful note-taking application |
Upstream URL: | https://github.com/andyyoungm/muenzo |
Keywords: | noteey |
Licenses: | custom |
Submitter: | summerelement |
Maintainer: | summerelement |
Last Packager: | summerelement |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-07-20 10:50 (UTC) |
Last Updated: | 2025-07-26 11:11 (UTC) |
Dependencies (11)
- alsa-lib
- electron (electron-launcherAUR, electron-nightly-binAUR, electron-nightly-binAUR)
- gconfAUR
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libxss
- nss (nss-hgAUR)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- icoutils (make)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR) (make)
- p7zip (p7zip-full-binAUR, p7zip-natspecAUR, 7zip-natspecAUR, 7zip) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip_pAUR) (make)
Latest Comments
Auerhuhn commented on 2025-07-20 12:48 (UTC)
Thanks @summerelement for the response. Feel free to ask anytime, either here, on the
aur-general
mailing list, or the#archlinux-aur
IRC channel. Have fun!summerelement commented on 2025-07-20 12:46 (UTC)
Hi @Auerhuhn, Thank you for your suggestions. I'm new here and still learning the ropes. I'll go through the documentation you recommended and update PKGBUILD accordingly. Much appreciated!
Auerhuhn commented on 2025-07-20 12:32 (UTC)
Hi @summerelement,
thanks for uploading your PKGBUILD!
Fyi: there’s already an established mechanism for this. See Creating packages » New upstream releases for more info and this
.nvchecker.toml
file for an example.If you absolutely must check for updates from inside the PKGBUILD, may I recommend that you make yourself familiar with the
pkgver
function? That would be a little user-friendlier than doing Bash interpolation yourself, because it keeps the PKGBUILD parsing step free from network requests. It also lets makepkg be in control of calculating the pkgver. See The pkgver() function for details.However, I’d recommend that you consider whether you really have to use a dynamic
pkgver
at all for this package. It’s really only meant for VCS packages, or for cases where the version number is not part of the download URL. Your method of choice should be a.nvchecker.toml
, see the links I mentioned earlier.Let me know if you have any questions.
Regards
Claudia (aka Auerhuhn)