summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Raufelder2022-07-27 15:49:59 +0200
committerJulian Raufelder2022-07-27 15:49:59 +0200
commit6dc3a293689d480e73c08bae513905aa8a8bbbdf (patch)
treee6aea6325166e578fd2ce91a2bc414c46e2f71bb /PKGBUILD
parentc7e6127b18f80b73a066f7a783c501399f30d617 (diff)
downloadaur-6dc3a293689d480e73c08bae513905aa8a8bbbdf.tar.gz
Update to 1.6.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ee068f99878..7ccf6d3fe0f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Sebastian Stenzel <sebastian.stenzel@gmail.com>
pkgname=cryptomator
-pkgver=1.6.11
+pkgver=1.6.12
pkgrel=1
pkgdesc="Multiplatform transparent client-side encryption of your files in the cloud."
arch=('any')
@@ -67,6 +67,7 @@ build() {
--java-options "-Dcryptomator.logDir=\"~/.local/share/Cryptomator/logs\"" \
--java-options "-Dcryptomator.pluginDir=\"~/.local/share/Cryptomator/plugins\"" \
--java-options "-Dcryptomator.settingsPath=\"~/.config/Cryptomator/settings.json:~/.Cryptomator/settings.json\"" \
+ --java-options "-Dcryptomator.p12Path=\"~/.config/Cryptomator/key.p12\"" \
--java-options "-Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\"" \
--java-options "-Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\"" \
--java-options "-Dcryptomator.showTrayIcon=false" \