summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-07Add nvchecker configAntonio Rojas
2025-07-26License package as 0BSDSven-Hendrik Haase
This implements RFC40 and RFC52. https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/XR3VAUWC5LNMTVOCKFOHYYEGUQ4ZFCNG/
2025-07-25upgpkg: 0.90.7.1-9: Rebuild kpcyrd's packagesAntonio Rojas
2024-09-09generate missing .SRCINFOLevente Polyak
2022-11-15- add sha256sums=kpcyrd
2020-07-07reproducibility rebuildFelix Yan
2019-10-07Fix quotingAntonio Rojas
2018-11-09PIE/BUILDINFO rebuildEvangelos Foutras
2017-11-15Remove i686 from arch=()Evangelos Foutras
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
2017-07-06xplot: Import from AURBaptiste Jonglez