summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOirio Joshi2020-01-26 12:15:55 +0100
committerOirio Joshi2020-01-26 12:15:55 +0100
commit3b6464e07fec630abfd011c1c77ca6276c8bb301 (patch)
tree6b63084d2c785e708e316fb007f100cae41ca428
parentdb7efb9581eff2bbfc26fca91538194a5aa0ce9c (diff)
downloadaur-3b6464e07fec630abfd011c1c77ca6276c8bb301.tar.gz
version 4.2.0
-rw-r--r--.SRCINFO13
-rwxr-xr-xPKGBUILD12
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c902b3b60f1..eb362d489c0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electronmail-bin
- pkgdesc = Unofficial desktop app for several E2E encrypted email providers
- pkgver = 4.0.0
- pkgrel = 3
+ pkgdesc = Unofficial ProtonMail Desktop App
+ pkgver = 4.2.0
+ pkgrel = 1
url = https://github.com/vladimiry/ElectronMail
install = electronmail-bin.install
arch = x86_64
@@ -21,12 +21,13 @@ pkgbase = electronmail-bin
depends = libnotify
depends = libappindicator-gtk3
depends = gconf
- depends = gnome-keyring
+ optdepends = org.freedesktop.secrets: password storage backend required for auto-login feature
+ optdepends = gnome-keyring: for storing passwords in GNOME Keyring
provides = electronmail
conflicts = electronmail
- source = https://github.com/vladimiry/ElectronMail/releases/download/v4.0.0/electron-mail-4.0.0-linux-x64.pacman
+ source = https://github.com/vladimiry/ElectronMail/releases/download/v4.2.0/electron-mail-4.2.0-linux-x64.pacman
source = LICENSE
- md5sums = 0443f765858debfc8dfa35c3eee13391
+ md5sums = 3abe4403fe82cdd024f2e6f4cf11a3e0
md5sums = fc680045f40b19ce3c3e771aeb08bbd3
pkgname = electronmail-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0ac5c537075..a5ca07b6e5be 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
# Maintainer: Oirio Joshi <joshirio@protonmail.com>
# Author: Vladimir Yakovlev <desktop-app@protonmail.ch>
pkgname=electronmail-bin
-pkgver=4.0.0
-pkgrel=3
-pkgdesc="Unofficial desktop app for several E2E encrypted email providers"
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Unofficial ProtonMail Desktop App"
arch=('x86_64')
url="https://github.com/vladimiry/ElectronMail"
license=('MIT')
# add libappindicator-sharp to the depends array if you are fine with mono deps
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3' 'gconf' 'gnome-keyring')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3' 'gconf')
+optdepends=('org.freedesktop.secrets: password storage backend required for auto-login feature'
+ 'gnome-keyring: for storing passwords in GNOME Keyring')
conflicts=('electronmail')
provides=('electronmail')
install="${pkgname}.install"
source=("https://github.com/vladimiry/ElectronMail/releases/download/v${pkgver}/electron-mail-${pkgver}-linux-x64.pacman" 'LICENSE')
-md5sums=('0443f765858debfc8dfa35c3eee13391'
+md5sums=('3abe4403fe82cdd024f2e6f4cf11a3e0'
'fc680045f40b19ce3c3e771aeb08bbd3')
package() {