summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron J. Graves2020-03-15 06:59:05 -0500
committerAaron J. Graves2020-03-15 06:59:05 -0500
commite9fa7b7e90be4c5b2046de9ed3b1f282526e21ed (patch)
tree3f1ba645c30db4881691484acc89e68f9a413e98 /PKGBUILD
parente49fbd55ac4192bac822fc4e68147608024e2348 (diff)
downloadaur-e9fa7b7e90be4c5b2046de9ed3b1f282526e21ed.tar.gz
Updated dependencies to account for libsecret and gnome keyring
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9be775cbfcbd..b55661f17f50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
pkgver=0.28.0
-pkgrel=2
+pkgrel=3
pkgdesc='Official Criptext encrypted email client'
arch=('x86_64')
url='https://criptext.com/'
license=('GPL2')
provides=("${pkgname}")
conflicts=("${pkgname}")
-depends=('electron')
+depends=('electron' 'libsecret')
+optdepends=('org.freedesktop.secrets: for storing passwords'
+ 'gnome-keyring: for storing passwords in GNOME Keyring')
options=(!strip)
_srcimage="Criptext-${pkgver}.AppImage"
source=("https://cdn.criptext.com/Criptext-Email-Desktop/linux/${_srcimage}"