summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-08-16Call autoreconf unconditionallyJelle van der Waa
To allow easier porting to aarch64/riscv call autoreconf so that the build tooling understands these "new" architectures.
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-25Use SPDX license formatSven-Hendrik Haase
2024-07-11upgpkg: 0.7.5.1dev-8: Rebuild packages that are missing .SRCINFO part 1T.J. Townsend
2022-11-14- add sha256sums=kpcyrd
2020-10-06fix FS#65161Frederik Schwan
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-09-28libgtop rebuildJan de Groot
2016-10-31pkgdir/srcdir quotesSergej Pupykin
2014-05-16updSergej Pupykin
2013-10-30remove !libtoolAllan McRae
2012-10-25Revert r78782: Full pkgdesc cleanup for 2339 packagesEvangelos Foutras
2012-10-24Full pkgdesc cleanup for 2339 packagesAlexander Rødseth
2012-02-20updSergej Pupykin
2012-02-20updSergej Pupykin
2011-07-15updSergej Pupykin
2010-12-22Added "Id" keyword on packages that have been moved during [extra] cleanup.Lukas Fleischer
2010-11-13Moved from [extra]Andrea Scarpino