Package Details: protonmail-bridge 3.10.0-1

Git Clone URL: https://aur.archlinux.org/protonmail-bridge.git (read-only, click to copy)
Package Base: protonmail-bridge
Description: Integrate ProtonMail paid account with any program that supports IMAP and SMTP (Qt desktop application)
Upstream URL: https://github.com/ProtonMail/proton-bridge
Keywords: bridge email mail protonmail protonmail-bridge
Licenses: GPL-3.0-only
Submitter: aimileus
Maintainer: ali.molaei (PMBridge-Devs, BenTheTechGuy, carsme)
Last Packager: BenTheTechGuy
Votes: 106
Popularity: 2.75
First Submitted: 2018-03-02 16:03 (UTC)
Last Updated: 2024-03-21 17:22 (UTC)

Pinned Comments

carsme commented on 2023-12-08 22:34 (UTC) (edited on 2023-12-08 22:35 (UTC) by carsme)

NOTICE: This pkgbase is now produces two packages:

  • protonmail-bridge-core: Containing the core daemon & CLI program.
  • protonmail-bridge: Containing the Qt desktop application.

The second package depends on the first. If you don't have a need for the desktop application, you can now choose to only install protonmail-bridge-core.

This packaging change should be seamless and no action should be required before or after the upgrade.

Thanks to @ali.molaei and @BenTheTechGuy for the feedback regarding this change!

bthompson commented on 2021-06-17 04:13 (UTC)

Just having pass installed with a key set up wasn't enough for me, I had to follow this: https://pychao.com/2020/06/10/update-on-using-protonmail-bridge-on-headless-wordpress-linux-servers/

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 27 Next › Last »

ali.molaei commented on 2022-10-04 19:24 (UTC)

@dct As you can see, checking for an update on 2.3.0 is saying it's up-to-date https://postimg.cc/ykFZhLWV

Also, the version being served on the https://proton.me/mail/bridge#download is 2.3.0 (deb and PKGBUILD) https://postimg.cc/pmC54yD4

More than that, the GitHub repo marked this release as a pre-release, so I consider 2.4.0 as a pre-release.

I don't know what you want me to do about the GitHub repo, it's not in my control, you can always open an issue there and ask about what's going on with the pre-release tag and versions on windows being updated to 2.4.0, you can also submit an AUR package called protonmail-bridge-pre-release or protonmail-bridge-beta or anything you want, anytime you want, please consider my concern not wanting to update immediately after a pre-release, introducing potential bugs, etc... It's not "failing" to update, it's a choice not to update to the latest commit/beta/pre-release

dct commented on 2022-10-04 14:52 (UTC)

i flagged it cause protonmail-bridge keeps saying its out of date on this machine only. not my windows or mac and they are running 2.4.0. either update the github package or i will submit the arch pkgbuild for it myself since this will be the third release you have failed to update in the last year.

ali.molaei commented on 2022-10-04 07:22 (UTC)

2.4.0 is a pre-release, please do not flag the package out of date for pre-releases

Antiz commented on 2022-09-30 08:05 (UTC) (edited on 2022-09-30 08:08 (UTC) by Antiz)

Hi,

I don't know if there's an issue with the export PATH=$PATH:$(go env GOPATH)/bin/ part or if it's intended but building protonmail-bridge creates the "go" directory (containing the bin and pkg directories) in the user's home directory (~) and just leave it there afterwards.
Do you think this could this be avoided (like putting this directory in ${srcdir} or /tmp for instance?) or at least be deleted from the user's home dir after the building is over?

difyicolti commented on 2022-09-09 06:02 (UTC) (edited on 2022-09-09 06:03 (UTC) by difyicolti)

Can you please consider pulling from the tar.gz source instead of the git tag so we can sha256sum the file? Thanks.

theoldfellow commented on 2022-08-12 09:16 (UTC)

I confirm that this package is out of date as of 2022-08-12 , and that dct's update 2022-08-06 18:35 (UTC) works.

dct commented on 2022-08-06 18:35 (UTC) (edited on 2022-08-06 18:36 (UTC) by dct)

I fixed the PKGBUILD to point to the latest commit and changed the git source tag to the correct one. You still need the .desktop file to correctly package it.

# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
# Contributor: Lenovsky <lenovsky at pm dot me>
# Contributor: aimileus <me at aimileus dot nl>

pkgname=protonmail-bridge
pkgver=2.2.2
pkgrel=1
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=('x86_64')
url="https://protonmail.com/bridge"
license=('GPL3')
makedepends=('go' 'gcc' 'git')
depends=('hicolor-icon-theme' 'libsecret' 'ttf-dejavu')
optdepends=(
    'org.freedesktop.secrets: Applications that support Freedesktop secrets api'
    'gnome-keyring: gnome-keyring support'
    'pass: pass support'
)
conflicts=('protonmail-bridge-bin')
options=('!emptydirs' '!strip')

# Source to compile to a specific tag
source=("git+https://github.com/ProtonMail/proton-bridge.git#tag=v${pkgver}"
        "protonmail-bridge.desktop")

# Source to compile to a specific commit
#source=("git+https://github.com/ProtonMail/proton-bridge.git#commit=f9ac05ea0168a96c64e8bd581d16722af0bccf3d"
#        "protonmail-bridge.desktop")

sha256sums=('SKIP'
            '226bc140ec5c34cfdff42b33058d045446a4006518d2660db932c7f51632b48a')

prepare() {
    cd ${srcdir}/proton-bridge/
    sed -i s/1.8.0+git/1.8.1+git/ Makefile
    export PATH=$PATH:$(go env GOPATH)/bin/  
    make clean
}

ali.molaei commented on 2022-04-22 15:59 (UTC)

Fixing cloning problem now, @chovy are you sure? I don't think it's out of date https://github.com/ProtonMail/proton-bridge/releases

chovy commented on 2022-04-21 20:44 (UTC)

out of date now.

serkonda7 commented on 2022-04-21 08:53 (UTC)

gives error Cloning into bare repository '/home/k0hlr4bi/.cache/yay/protonmail-bridge/proton-bridge'... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. ==> ERROR: Failure while downloading proton-bridge git repo Aborting... -> error downloading sources: protonmail-bridge context: exit status 1