summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
11 daysupgpkg: proton-authenticator 1.1.5-2AlphaLynx
skip sentry cli download
12 daysupgpkg: proton-authenticator 1.1.5-1AlphaLynx
upstream release
2026-03-21upgpkg: proton-authenticator 1.1.4-6AlphaLynx
- gcc-libs deprecation (https://archlinux.org/todo/gcc-libs-deprecation/) - Simplify cargo fetch host tuple
2026-01-02chore: standardize REUSE.toml annotations, remove .gitignoreAlphaLynx
2025-12-31upgpkg: proton-authenticator 1.1.4-5AlphaLynx
Improve PKGBUILD compliance with Arch packaging guidelines Follow Rust package guidelines by adding cargo fetch --locked in prepare() and passing --frozen to tauri build. Set RUSTUP_TOOLCHAIN=stable and CARGO_TARGET_DIR=target. Move yarn install to prepare() and set YARN_CACHE_FOLDER to avoid polluting user's home directory. Modify workspace to build only authenticator instead of all monorepo apps. Fix HiDPI icon to use 128x128@2 directory instead of 256x256@2 per Icon Theme Specification. Add missing 512x512 icon. Rename desktop file to use $pkgname variable, simplify install commands, remove unnecessary pango dependency, and enable debug symbols so makepkg can strip them to a -debug package.
2025-12-02Add REUSE config for package license lintingAlphaLynx
2025-11-10upgpkg: 1.1.4-4:AlphaLynx
- fix nodejs dependency to satisfy >= 22.14.0 && <23.6.0 - remove mold make dependency, avoid ring failure by setting fat lto objects flag instead - remove yarn cache folder from check, yarn never touches the cache for tests - fix source name to be ProtonWebClients, so it can be shared if SRCDEST is set
2025-10-01shorten package description and increment pkgrelAlphaLynx
2025-10-01change yarn cache to srcdirAlphaLynx
2025-10-01upgrade @dnd-kit/sortable missing dependency patch to latest versionAlphaLynx
2025-10-01add check function with ci testsAlphaLynx
2025-10-01avoid overriding all compilation flags, instead just append moldAlphaLynx
2025-10-01remove limit-workspace-to-authenticator patch in favor of sed line, since ↵AlphaLynx
this won't be upstreamed
2025-09-29workaround ld error by using moldAlphaLynx
2025-09-28fix nvchecker config copy pasted from -bin packageAlphaLynx
2025-09-28initial package: 1.1.4-1AlphaLynx