Package Details: noteey-bin 1.27.1-1

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)

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!

pkgver=$(_get_latest_version)

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)