Package Details: joplin 3.3.12-1

Git Clone URL: https://aur.archlinux.org/joplin.git (read-only, click to copy)
Package Base: joplin
Description: A note taking and to-do application with synchronization capabilities - CLI App
Upstream URL: https://joplinapp.org/
Keywords: markdown note notetaking productivity
Licenses: MIT
Groups: joplin
Submitter: masterkorp
Maintainer: cuihao
Last Packager: cuihao
Votes: 267
Popularity: 1.14
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-05-19 01:04 (UTC)

Pinned Comments

cuihao commented on 2025-05-18 23:40 (UTC)

Thank you dosenpils and masterkorp for supporting the package.

I replaced the PKGBUILD with the version I wrote for the archlinuxcn repo. I will do my best to follow the latest nodejs and electron versions.

Please try to build in a clean chroot (i.e., with extra-x86_64-build from devtools package) if you have problems building the package.

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 59 Next › Last »

luz1 commented on 2021-11-08 12:50 (UTC)

Please update. The issue with the expired Let's encrypt certificate should be resolved in the latest version.

For those with the error: A current workaround is to set 'ignore TLS errors' in the settings.

maderios commented on 2021-10-18 09:38 (UTC)

Latest release is 2.4.12 (not 2.5.1)

gyurman commented on 2021-10-09 17:25 (UTC)

Not build for aarch64

madjoe commented on 2021-10-04 19:06 (UTC)

==> ERROR: PKGBUILD does not exist.

duckunix commented on 2021-09-30 12:13 (UTC) (edited on 2021-09-30 12:13 (UTC) by duckunix)

Diff to update to 2.4.9. Very light testing has been good so far.

diff --git a/PKGBUILD b/PKGBUILD
index 711d453..9cbc60d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@

 pkgbase="joplin"
 pkgname=('joplin' 'joplin-desktop')
-pkgver=2.3.5
+pkgver=2.4.9
 groups=('joplin')
 pkgrel=1
 install="joplin.install"
@@ -24,7 +24,7 @@ source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
 sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2'
             'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8'
             'dc1236767ee055ea1d61f10e5266a23e70f3e611b405fe713ed24ca18ee9eeb5'
-            '8d2b819940d0f22ac5dfda256508ef17b2e662a66cd31d25596af15d6cf59103')
+            'bdf672a43a89925a4b019177915c67bd8c24f574effa3251f12021baa25a8d2d')


 # local npm cache directory

gyurman commented on 2021-09-27 18:41 (UTC)

How can I install this for aarch64 proot? Please help me!

madjoe commented on 2021-08-31 11:02 (UTC)

The installation/update stuck for hours at:

install dependencies: verb installed leaf @joplin/app-desktop

maderios commented on 2021-08-20 09:41 (UTC)

To ensure the integrity of packages, make sure that the integrity variables contain correct values. These can be updated using the updpkgsums tool

PKGBUILD Integrity

luisnabais commented on 2021-08-19 17:15 (UTC)

For those who don't know how to update while the maintainer can't do it, just download the PKGBUILD file to a folder for the purpose, edit the file and change the version to 2.3.5, which downloads Joplin 2.3.5. Then run sha256sum <file> to get the sha256sum. Then edit PKGBUILD again and change the last sha256sum to the one from the last command and just run makepkg -i on the same folder as the PKGBUILD file.