diff options
author | Oirio Joshi | 2021-09-07 11:07:35 +0200 |
---|---|---|
committer | Oirio Joshi | 2021-09-07 11:07:35 +0200 |
commit | 690888c54f936a0d13fe1005b0fa74f9303b73c2 (patch) | |
tree | 20d8590b51317c850326678b242251cde1291fbd /PKGBUILD | |
parent | dc86694987a436a2657bafe6dd0c9ff300ad080c (diff) | |
download | aur-690888c54f936a0d13fe1005b0fa74f9303b73c2.tar.gz |
version 4.12.7 and remove gconf
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ # Maintainer: Oirio Joshi <joshirio@protonmail.com> # Author: Vladimir Yakovlev <desktop-app@protonmail.ch> pkgname=electronmail-bin -pkgver=4.12.6 +pkgver=4.12.7 pkgrel=1 pkgdesc="Unofficial ProtonMail Desktop App" arch=('x86_64') url="https://github.com/vladimiry/ElectronMail" license=('GPL3') # 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') +depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3') optdepends=('org.freedesktop.secrets: password storage backend required for auto-login feature' 'gnome-keyring: for storing passwords in GNOME Keyring' 'xfce4-statusnotifier-plugin: SatusNotifier tray icons support for XFCE, see https://github.com/vladimiry/ElectronMail/issues/254') @@ -16,7 +16,7 @@ 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=('12e371a62465041ba3332311a6637fd1' +md5sums=('e0c5b816488bd3a0c021b1671c26d50a' 'ff3103b5db8ba4e2c66c511b7a73e407') package() { |