Package Details: cryptomator 1.17.0-2

Git Clone URL: https://aur.archlinux.org/cryptomator.git (read-only, click to copy)
Package Base: cryptomator
Description: Multiplatform transparent client-side encryption of your files in the cloud.
Upstream URL: https://cryptomator.org/
Keywords: cryptography encryption
Licenses: GPL3
Submitter: Foxboron
Maintainer: ajgraves (overheadhunter, SailReal, as.skymatic)
Last Packager: as.skymatic
Votes: 81
Popularity: 0.47
First Submitted: 2016-04-03 17:36 (UTC)
Last Updated: 2025-06-25 13:53 (UTC)

Dependencies (10)

Required by (1)

Sources (2)

Pinned Comments

ajgraves commented on 2021-05-02 20:49 (UTC)

Everyone, with great thanks to @SailReal, this package now builds Cryptomator from source. If you wish to continue using the binary AppImage build, you need only to install cryptomator-bin.

We made this change to better align with the desires of the community (you've asked a few times to make this a "build from source" package) as well as better align to the package naming convention within the AUR.

Latest Comments

1 2 3 4 5 6 .. 19 Next › Last »

petaramesh commented on 2025-06-25 07:27 (UTC)

Invalid source checksum here.

TheDarkWizard commented on 2025-06-25 06:15 (UTC)

I have the same issue that @mabod does. I'm not sure how to proceed from here with this package.

mabod commented on 2025-06-25 04:20 (UTC)

I am getting this error when trying to build the package:

==> ERROR: Integrity checks are missing for: source_x86_64

taivlam commented on 2025-06-24 21:17 (UTC) (edited on 2025-06-24 21:19 (UTC) by taivlam)

Hi, the first SHA256 checksum in the source() array be fixed? It wasn't changed for version 1.17.0 of the tar.gz archive. It should be:

a905e5c5f541fcf098e8b93e5baef21e2f8d1049311ba271ed697113ee61c2a5

Thanks in advance!

SailReal commented on 2025-04-09 17:00 (UTC)

@ixidion finally it got fixed :)

https://github.com/cryptomator/aur/commit/c5b3ba46a48f1b44a0bd76bac57bc7f12c85ae3b

Fatum commented on 2024-10-17 11:16 (UTC)

Hello! I can't update to the latest version. I get an error:

Archive:  openjfx.zip
  inflating: jmods/javafx.graphics.jmod  
  inflating: jmods/javafx.controls.jmod  
  inflating: jmods/javafx.fxml.jmod  
  inflating: jmods/javafx.base.jmod  
The JAVA_HOME environment variable is not defined correctly,
this environment variable is needed to run this program.

but

echo $JAVA_HOME                                                                                             ✔ 
/usr/lib/jvm/java-21-openjdk/bin/

ixidion commented on 2024-10-12 10:56 (UTC)

Checksums are failing. ==> Überprüfe source_x86_64 Dateien mit sha256sums... jdk.tar.gz ... FEHLGESCHLAGEN openjfx.zip ... FEHLGESCHLAGEN

SailReal commented on 2024-07-02 07:37 (UTC) (edited on 2024-07-02 07:39 (UTC) by SailReal)

@fosskers because we already hat different problems with different JDKs (Temurin, Zulu, Oracle, ...) and different JDK versions which makes testing and troubleshooting a nightmare.

Also the required JavaFX needs to be compatible with the JDK. Archlinux dropped JavaFX from the main repos for some reason. Installing the correct JavaFX to an existing JDK is quiet difficult for a "normal" user (you need to sync those versions etc).

For these reasons we decided to build Cryptomator with the same JDK and JavaFX flavour and version everywhere where we build Cryptomator.

fosskers commented on 2024-07-01 22:59 (UTC)

Why does this package download a custom version of the JDK instead of depending on Arch packages?

CrashTD commented on 2024-06-14 11:02 (UTC)

@SailReal No worries. And can confirm the update does indeed fix the problem. Thanks!