summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-01rust 2024 editionsMasato TOYOSHIMA
2026-01-31fix: checkver of pacman-staticMasato TOYOSHIMA
2026-01-31fix: checkver of pacman-staticMasato TOYOSHIMA
2026-01-29openssl-3.6.1Masato TOYOSHIMA
2026-01-15raur v8.0.0Masato TOYOSHIMA
Move some of the CFLAGS and CXXFLAGS flags to CPPFLAGS. Confirmed that the build completes using the pkgctl command.
2026-01-15bump pkgrelMasato TOYOSHIMA
2026-01-15raur 7.1.0Masato TOYOSHIMA
2026-01-15patch updateMasato TOYOSHIMA
2026-01-14updpkgsumsMasato TOYOSHIMA
2026-01-14.SRCINFOMasato TOYOSHIMA
2026-01-14rust 2024 editionMasato TOYOSHIMA
2026-01-10disable git featureMasato TOYOSHIMA
2026-01-10Bump paru versionMasato TOYOSHIMA
2026-01-10Update SRCINFOMasato TOYOSHIMA
2026-01-10Update commit 789beadf85ca4a3eac13259aa393d359ac62208dMasato TOYOSHIMA
alpm v5.0.2 alpm-sys v5.0.1 alpm-utils v5.0.0 aur-depends v5.0.0
2026-01-10Remove libalpm16.patchMasato TOYOSHIMA
2026-01-10Remove 1461.patchMasato TOYOSHIMA
2025-12-22update patch URLMasato TOYOSHIMA
2025-12-22git sourceMasato TOYOSHIMA
2025-12-18update .SRCINFOMasato TOYOSHIMA
2025-12-18add dependency: gtk-doc libxsltMasato TOYOSHIMA
2025-12-18fix workflowMasato TOYOSHIMA
2025-12-18modified workflowMasato TOYOSHIMA
2025-12-17remove attr.patchMasato TOYOSHIMA
2025-12-17added attr.patchMasato TOYOSHIMA
2025-12-17preparing libalpm16Masato TOYOSHIMA
depends on pacman-static 7.1.0 another library: building of using musl-gcc curl(disable: gssapi and krb5) etc.
2025-11-07Update SRCINFOMasato TOYOSHIMA
2025-11-07makedepends: gitMasato TOYOSHIMA
2025-10-18Implement TARGET selection to prioritize musl targetsMasato TOYOSHIMA
Add logic to select the first musl-based target (e.g., *-musl) from the rustup target list for the TARGET variable, falling back to non-musl targets (e.g., *-gnu) if no musl targets are found. Use POSIX-compliant parameter expansion (: "${TARGET:=...}") for a concise and maintainable implementation, avoiding Bash-specific constructs. Extract the base architecture from `rustc -vV` output once and reuse it to improve efficiency.
2025-10-18when CC is emptyMasato TOYOSHIMA
2025-07-11v2.1.0Masato TOYOSHIMA
2024-06-20unset LDMasato TOYOSHIMA
2024-05-22Explicitly specify RUSTFLAGS to use lld in linkerMasato TOYOSHIMA
2024-05-22.SRCINFOMasato TOYOSHIMA
2024-05-22added arch riscv64Masato TOYOSHIMA
remove cargo from depends rustup package has cargo
2024-05-20git features enabledMasato TOYOSHIMA
2024-04-03echo -> printfMasato TOYOSHIMA
2024-04-02LTO-related flag adjustments.Masato TOYOSHIMA
If lto is specified in the PKGBUILD options, or if lto is specified in makepkg.conf and !lto is not specified in the PKGBUILD options, turn on LTO for Rust. export CARGO_PROFILE_RELEASE_LTO=on
2024-04-01RebuildMasato TOYOSHIMA
2024-03-31SRCINFOMasato TOYOSHIMA
2024-03-31Rebuild just in case to counter xz backdoor issues.Masato TOYOSHIMA
2024-03-31unset RUSTCMasato TOYOSHIMA
2024-03-28-ffat-lto-objects only gccMasato TOYOSHIMA
2024-03-28add commentMasato TOYOSHIMA
2024-03-24pacman-static: for pgpcheckMasato TOYOSHIMA
2024-03-24awk to cutMasato TOYOSHIMA
2024-03-24rustup targetMasato TOYOSHIMA
riscv64 don't have musl yet.
2024-03-24added LTOFLAGS "-ffat-lto-objects".Masato TOYOSHIMA
prevent static lib mangling.
2024-03-23added CFLAGS "-ffat-lto-objects" when lto is enbaled(pacman-static)Masato TOYOSHIMA
2024-03-23Addition of -ffat-lto-objects to CFLAGS to ensure that symbols and headers ↵Masato TOYOSHIMA
are included in libalpm.a when lto is enabled. pacman-static