summarylogtreecommitdiffstats
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
parente49fbd55ac4192bac822fc4e68147608024e2348 (diff)
downloadaur-e9fa7b7e90be4c5b2046de9ed3b1f282526e21ed.tar.gz
Updated dependencies to account for libsecret and gnome keyring
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13bedb86d3c9..ab5e7c11ff1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
pkgver = 0.28.0
- pkgrel = 2
+ pkgrel = 3
url = https://criptext.com/
arch = x86_64
license = GPL2
depends = electron
+ depends = libsecret
+ optdepends = org.freedesktop.secrets: for storing passwords
+ optdepends = gnome-keyring: for storing passwords in GNOME Keyring
provides = criptext-bin
conflicts = criptext-bin
options = !strip
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}"