Search Criteria
Package Details: proton-authenticator 1.1.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/proton-authenticator.git (read-only, click to copy) |
---|---|
Package Base: | proton-authenticator |
Description: | 2FA app from Proton to securely sync and backup 2FA codes |
Upstream URL: | https://proton.me/authenticator |
Keywords: | 2fa 2fa-backup 2fa-sync authenticator mfa multi-factor-authentication proton totp two-factor-authentication |
Licenses: | GPL-3.0-or-later |
Submitter: | AlphaLynx |
Maintainer: | AlphaLynx |
Last Packager: | AlphaLynx |
Votes: | 3 |
Popularity: | 2.11 |
First Submitted: | 2025-09-28 17:03 (UTC) |
Last Updated: | 2025-10-01 19:31 (UTC) |
Dependencies (16)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- pango (pango-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- nodejs-lts (nodejs-lts-jod) (make)
- yarn (corepackerAUR, yarn-berryAUR, yarn-pnpm-corepackAUR) (make)
Latest Comments
AlphaLynx commented on 2025-10-14 01:12 (UTC)
@Evrenos the only reason I have
nodejs-lts
as a makedepend instead ofnodejs
is because upstream lists LTS as a prerequisite in the monorepo. I think the package will still build fine with non-LTS nodejs, but it's probably better to use the dependency that upstream says, in case there is some incompatibility between versions.Evrenos commented on 2025-10-07 14:51 (UTC)
sorry if this is a dumb question, but why are you using
nodejs-lts-jod
instead of the regularnodejs
? not complaining or anything, I'm just pretty new to this stuffCyberSphinx commented on 2025-10-02 20:07 (UTC)
Thanks so much
AlphaLynx commented on 2025-10-01 19:35 (UTC)
I've been considering whether a rolling -git is worth it since it would require rebuilds (in AUR helpers for example) for commits to other projects in the monorepo. I think some users would be ok with that, so I'm gonna go ahead and create it
CyberSphinx commented on 2025-10-01 17:50 (UTC)
Hey Alpha thanks so much for continuing this. You are doing great work with a source based package are you gonna create a rolling -git package or would you like me to?
AlphaLynx commented on 2025-09-29 03:08 (UTC) (edited on 2025-09-29 15:39 (UTC) by AlphaLynx)
You're welcome! I was also running into errors, specifically when linking with ld on the ring crate. I found that using
mold
instead works, so I made the package use that in 1.1.4-2. Let me know if there's any issuesrsm92 commented on 2025-09-28 20:30 (UTC)
Thanks @AlphaLynx for creating this package! Since proton authenticator is for security having a sourced based package is really great.
For the moment I'm having some errors and the package is not generated, I'll post my comments/workarounds once I made the debugging !