summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
9 daysupgpkg: proton-authenticator-git 1.1.5.r59198.g0fa8804-1AlphaLynx
skip sentry cli download
2026-04-24upgpkg: proton-authenticator-git 1.1.4.r58282.g0ff71a5-1AlphaLynx
remove cargo dependency workaround
2026-03-22upgpkg: proton-authenticator-git 1.1.4.r56647.gd607eb0-1AlphaLynx
- gcc-libs deprecation (https://archlinux.org/todo/gcc-libs-deprecation/) - Drop obsolete add-missing-dnd-kit-sortable.patch (upstream migrated to dnd-kit v2) - Add version prefix to pkgver() using cargo metadata and jq - Add jq to makedepends - Workaround upstream Cargo.toml inconsistencies: pin specta/specta-typescript to rc.22/0.0.9 (tauri-specta conflict) and rand to 0.9.2 (breaking changes not yet reflected in code) - Simplify cargo fetch host tuple
2026-01-02chore: standardize REUSE.toml annotations, remove .gitignoreAlphaLynx
2025-12-31fix proton-authenticator-git desktop file name in REUSEAlphaLynx
2025-12-31Merge commit 'e35149868b51dad7e1790a87bc4f69e9ed8b3401'AlphaLynx
2025-12-31upgpkg: proton-authenticator-git r53403.5262a2e-1AlphaLynx
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-31upgpkg: proton-authenticator-git r53403.5262a2e-1AlphaLynx
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-05Add REUSE config for package license lintingAlphaLynx
2025-11-10upgpkg: r51129.97d19cf-1: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-01initial package: r49800.69d7bdb-1AlphaLynx