summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Raufelder2022-09-26 09:28:09 +0200
committerJulian Raufelder2022-09-26 09:28:09 +0200
commitbca8fea5db751a4bb1a80a80444078d2e4b15fa2 (patch)
treeae1fd2430c99041b5d42c7ebfb740fd7a516f880
parent2a8b512101113d2217309116684690b6f1b28f90 (diff)
downloadaur-bca8fea5db751a4bb1a80a80444078d2e4b15fa2.tar.gz
Add ttf-dejavu dependency
Fixes cryptomator/cryptomator#2334
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34671d80ee27..e0f3bd8ae828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = cryptomator-bin
arch = x86_64
license = GPL3
depends = fuse2
+ depends = ttf-dejavu
optdepends = keepassxc-cryptomator: Use KeePassXC to store vault passwords
provides = cryptomator
conflicts = cryptomator
@@ -18,7 +19,7 @@ pkgbase = cryptomator-bin
source = org.cryptomator.Cryptomator.svg
source = cryptomator-vault.xml
validpgpkeys = 58117AFA1F85B3EEC154677D615D449FE6E6A235
- sha256sums = SKIP
+ sha256sums = 54c1b455c6cb18c8cee718681932e36e547f6bfcb1cf792a85a6cf570c401f06
sha256sums = SKIP
sha256sums = 53c509fe54ef1c5c28b469d86291536649367fb2030b2c0fb3101da2031f8e6e
sha256sums = d299636d78d093117fa7a26563f22e01cdb75b1fcc6cc279bc88627574c968bd
diff --git a/PKGBUILD b/PKGBUILD
index 12d01423c8a4..9ec4cde91da5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="Multiplatform transparent client-side encryption of your files in the c
arch=('x86_64')
url="https://cryptomator.org/"
license=('GPL3')
-depends=('fuse2')
+depends=('fuse2' 'ttf-dejavu')
provides=('cryptomator')
conflicts=('cryptomator')
replaces=('cryptomator')
@@ -21,7 +21,7 @@ source=("cryptomator-${pkgver}-${pkgrel}-x86_64.AppImage::https://github.com/cry
'org.cryptomator.Cryptomator.png'
'org.cryptomator.Cryptomator.svg'
'cryptomator-vault.xml')
-sha256sums=('SKIP'
+sha256sums=('54c1b455c6cb18c8cee718681932e36e547f6bfcb1cf792a85a6cf570c401f06'
'SKIP'
'53c509fe54ef1c5c28b469d86291536649367fb2030b2c0fb3101da2031f8e6e'
'd299636d78d093117fa7a26563f22e01cdb75b1fcc6cc279bc88627574c968bd'