Originally forked from https://github.com/alfredopalhares/arch-pkgbuilds, this contains the PKGBUILD and some helper scripts to package Joplin for Arch Linux.
This fork splits the packages out into joplin-desktop and joplin-cli and contains some additional helper scripts:
This script updates the version number in the PKGBUILD and joplin.desktop file, cleans, and builds the updated package.
Usage:
./updateversion.sh <version>
Example: ./updateversion.sh 1.0.118
This script builds the package (but does not clean first).
This script cleans the pkg and src directories and is meant to run when a fresh build is needed.