This is the Arch Linux AUR package for OliveTin.
Find out more at https://olivetin.app
This package builds the OliveTin binary from the matching Git release tag, and
takes the prebuilt webui from the GitHub release archive
OliveTin-linux-amd64.tar.gz (so Node/npm is not needed at build time).
-
Set
pkgverto the new OliveTin release (for example3000.17.0) and resetpkgrelto1inPKGBUILD. -
Refresh the release archive checksum:
curl -sL "https://github.com/OliveTin/OliveTin/releases/download/${pkgver}/OliveTin-linux-amd64.tar.gz" \ | sha256sum
Put the resulting hash in the second
sha256sumsentry (the git tag source stays asSKIP). -
Check whether
var/systemd/OliveTin.servicestill uses/usr/local/bin/OliveTin. If that path or file moved, updatesystemd-unit-usr-bin.patchand its checksum. -
Regenerate metadata:
make srcinfo
-
Build/test on Arch if possible:
make clean makepkg -f
-
Commit, push to GitHub (
origin), then push to the AUR:git push origin master git push aur master