hi, the sha256 checksum for joplin.desktop has changed again. The correct you should be: 6768685a318bbdf3f0681197ca189b04d8640ac2764bdb8459af70ec4691c67b
if you change this in PKGBUILD at least you are able to compile and install manually. BRGDS
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) |
« First ‹ Previous 1 .. 48 49 50 51 52 53 54 55 56 57 Next › Last »
hi, the sha256 checksum for joplin.desktop has changed again. The correct you should be: 6768685a318bbdf3f0681197ca189b04d8640ac2764bdb8459af70ec4691c67b
if you change this in PKGBUILD at least you are able to compile and install manually. BRGDS
@gatlinnewhouse I cannot reproduce this. erro. since the makepkg comamnd should be launched from the main folder, in the pkg/ folder
I had an error in the PKGBUILD that made it so it would not install (with yay) unless I changed:
install -Dm644 ../joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop
to:
install -Dm644 joplin.desktop ${pkgdir}/usr/share/applications/joplin.desktop
Hi, thanks for maintaining. It seems joplin.desktop file was changed. It doesn't psas validation anymore. The new sha256 sum is: 0bd2d4f055d99a5c989dc7d6bce5e1217f161f1e3cf09c9fb8b0045347baae88
Cheers!
Same Validation error... ==> Validating source files with sha256sums... joplin.desktop ... FAILED joplin-desktop.sh ... Passed joplin.sh ... Passed v1.0.125.zip ... Passed ==> ERROR: One or more files did not pass the validity check!
Yeah I can confirm, pkgsums need to be updated
==> Validazione di source file con sha256sums... joplin.desktop ... NON RIUSCITO => ERRORE: Uno o più file non hanno superato il controllo di validità!
I had to remove '../' in front of joplin.desktop in L 68.
eureka! successfull compiled. thanks.
news to compile whithout workarounds?
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.
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