Package Details: joplin 3.2.13-2

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: AGPL-3.0-or-later
Groups: joplin
Conflicts: joplin-appimage, joplin-beta, joplin-beta-appimage, joplin-electron
Submitter: masterkorp
Maintainer: dosenpils
Last Packager: dosenpils
Votes: 268
Popularity: 1.96
First Submitted: 2018-04-18 16:33 (UTC)
Last Updated: 2025-03-12 23:14 (UTC)

Pinned Comments

masterkorp commented on 2020-12-24 19:58 (UTC) (edited on 2020-12-24 20:00 (UTC) by masterkorp)

Hello everyone,

I will be renaming the packages to its final form.

  • joplin will contain the CLI application
  • joplin-desktop will contain the Desktop version

Also, please for problems with the package, please open an issue on the Github repo, its really hard to provide support on the comments section, you can also email me.

If you have problems with the check() function, just run makepkg with the --nocheck flag.

Thank you for your patience. Regards, Alfredo Palhares

Latest Comments

« First ‹ Previous 1 .. 45 46 47 48 49 50 51 52 53 54 55 .. 57 Next › Last »

ceri commented on 2019-06-06 05:37 (UTC)

This doesn't build in a clean chroot.

Requires python as a makedep, and the following change:

from: install -Dm644 ../joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop

to: install -Dm644 joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop

nhrjr commented on 2019-06-05 09:47 (UTC)

@waasl I had the same problem, and your solution worked for me. Patching this would be nice.

zethex commented on 2019-06-01 02:06 (UTC)

Build fails if package python is not installed, the error is basically /bin/sh: python: command not found. So installing python fixed it for me. Maybe add it as a dependency?

kmaris commented on 2019-05-23 16:51 (UTC)

Also worth noting that after installing I needed to fix line endings in the gui startup script:

sudo dos2unix /usr/bin/joplin-desktop

kmaris commented on 2019-05-23 16:37 (UTC) (edited on 2019-05-23 16:37 (UTC) by kmaris)

Looks like some new SHA's are in order for joplin-1.0.152-1 joplin.desktop and joplin-desktop.sh:

diff --git a/PKGBUILD b/PKGBUILD
index 613ccfe..beb935b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ url="https://joplin.cozic.net"
 license=("MIT")
 source=("${pkgname}.desktop" "joplin-desktop.sh" "joplin.sh"
         "https://github.com/laurent22/joplin/archive/v${pkgver}.zip")
-sha256sums=('42b0c2a2b1630a8d6dc3bdc9e30f083defd7e6f882d66c986fe8ff9cde12f77e'
-            '41bfdc95a6ee285eb644d05eb3bded72a83950d4720c3c8058ddd3c605cd625d'
+sha256sums=('fb2a62bbeb59bced766f182dc28c9c1c8379a2a762212fdadc542dadbae07ed3'
+            '9c90d407669c2b67887d7c7d9c6e1d3d19df39cfb099cd4d7aeb46c2e1727f9c'
             '5245da6f5f647d49fbe044b747994c9f5a8e98b3c2cd02757dd189426a677276'
             '4137235f9ac32ce0ec063f5b6d757aa75e2424ea89ba09eb0aa930cd00d0e600')

shscs911 commented on 2019-05-18 15:26 (UTC) (edited on 2019-05-18 15:27 (UTC) by shscs911)

@heyeshuang Thanks, mate. The upgrade finished flawlessly.

heyeshuang commented on 2019-05-18 14:25 (UTC) (edited on 2019-05-18 14:26 (UTC) by heyeshuang)

hello @shscs911 , I faced same problem as yours. Did you ever run npm config set registry or change your npm mirror? Some mirrors haven't sync the joplin-turndown-plugin-gfm@1.0.8 yet. Running

npm config set registry https://registry.npmjs.org

to change it back solved this problem.

shscs911 commented on 2019-05-16 13:50 (UTC)

@masterkorp No, I tried to update Joplin via Pamac as usual, but got this error instead. If I build it using makepkg will it get installed over the existing application or installed as another application? Sorry, I'm new to this.

masterkorp commented on 2019-05-15 10:46 (UTC)

I cannot reproduce this. @shscs911

Have you tried building with makepkg -fc ?

shscs911 commented on 2019-05-15 07:10 (UTC) (edited on 2019-05-15 07:21 (UTC) by shscs911)

My current version is Joplin 1.0.142. Cannot install the latest build (1.0.152):

npm ERR! code ETARGET
npm ERR! notarget No matching version found for joplin-turndown-plugin-gfm@1.0.8
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget 
npm ERR! notarget It was specified as a dependency of 'build'
npm ERR! notarget

Debug Log: https://pastebin.com/iTqHuPDB