summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
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/
2024-09-09generate missing .SRCINFOLevente Polyak
2024-07-14add nvcheckerT.J. Townsend
2020-05-25Buildinfo Format 1 rebuildFelix Yan
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-11-09upgpkg: 5.1-1Baptiste Jonglez
2017-04-14Add missing manpage and config file (FS#53668)Baptiste Jonglez
2016-08-05Update to 5.0Antonio Rojas
2015-09-30horst: move from AUR to community repoAnatol Pomozov