Package Details: ente-auth-git 4.4.17.r33.gb48fdc5-1

Git Clone URL: https://aur.archlinux.org/ente-auth-git.git (read-only, click to copy)
Package Base: ente-auth-git
Description: Ente two-factor authenticator.
Upstream URL: https://github.com/ente-io/ente/tree/main/auth
Licenses: AGPL-3.0-only
Conflicts: ente-auth
Provides: ente-auth
Submitter: alessandroberna
Maintainer: phoepsilonix
Last Packager: phoepsilonix
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-31 00:56 (UTC)
Last Updated: 2026-02-09 09:14 (UTC)

Latest Comments

phoepsilonix commented on 2026-02-08 15:44 (UTC) (edited on 2026-02-09 08:09 (UTC) by phoepsilonix)

I confirmed that it can be built using devtools-git (pkgctl build .).

I selected the same FLUTTER_VERSION and JDK version as the official repository's workflow.
https://github.com/ente-io/ente/blob/main/.github/workflows/auth-release.yml
https://github.com/ente-io/ente/blob/main/mobile/apps/auth/.fvmrc

phoepsilonix commented on 2026-02-08 15:22 (UTC)

Currently reviewing makedepends

phoepsilonix commented on 2026-02-08 08:59 (UTC)

I reviewed the build procedure by referencing the official repository's workflow.
I also fixed Flutter-related build errors and corrected icon display issues.

yochananmarqos commented on 2024-06-08 18:36 (UTC)

@alessandroberna: Please fix your pkgver() function according to VCS package guidelines. You already are removing the 'v' prefix, however you submitted it without actually generating the pkgver with makepkg first. You also need to remove the 'auth' bit:

git describe --long --tags --abbrev=7 | sed 's/^auth-v//;s/\([^-]*-g\)/r\1/;s/-/./g'
3.0.8.r198.gef2039e-1

By the way, I just added ente-auth using fvm.