Age | Commit message (Expand) | Author | Files | Lines |
2014-08-08 | makepkg: replace bare eval with var extraction functions | Dave Reisner | 1 | -6/+12 |
2014-08-08 | PKGBUILD: handle arch specific attributes | Dave Reisner | 1 | -3/+45 |
2014-08-08 | makepkg: refactor check_sanity, give it some sanity of its own | Dave Reisner | 1 | -107/+299 |
2014-08-08 | makepkg: disallow pkgver/pkgrel/epoch overrides in packages | Dave Reisner | 1 | -33/+12 |
2014-08-04 | makepkg: skip dependency checking with --verifysource | Allan McRae | 1 | -2/+2 |
2014-08-04 | makepkg: ensure vcs download tool are installed when required | Allan McRae | 1 | -0/+70 |
2014-08-03 | makepkg: improve check and error message for buildfile location | Dave Reisner | 1 | -2/+2 |
2014-08-03 | makepkg: Respect XDG_CONFIG_HOME | Johannes Löthberg | 1 | -2/+7 |
2014-06-29 | makepkg: handle "epoch=" in PKGBUILD with pkgver function | Allan McRae | 1 | -6/+7 |
2014-06-12 | Use C locale for bsdtar calls during package creation | Allan McRae | 1 | -3/+3 |
2014-06-10 | makepkg: Remove redundant sig generation comment | Johannes Löthberg | 1 | -1/+1 |
2014-05-25 | makepkg: pass "--nocolor" to pacman | Andrew DeMaria | 1 | -1/+1 |
2014-05-25 | makepkg: Force buildscripts to be in startdir | Allan McRae | 1 | -0/+5 |
2014-05-23 | makepkg: Introduce validpgpkeys array | Thomas Bächler | 1 | -5/+18 |
2014-05-23 | makepkg: Treat a signature from an untrusted key as an error | Thomas Bächler | 1 | -12/+24 |
2014-05-23 | makepkg: Use read to parse status file during signature verification. | Thomas Bächler | 1 | -19/+74 |
2014-04-21 | makepkg: use dash instead of underscore in /usr/lib/debug/.build-id | Steven Noonan | 1 | -4/+4 |
2014-03-27 | Always supply base name and version info in .PKGFILE if needed | Allan McRae | 1 | -8/+16 |
2014-03-27 | makepkg: sign source packages with --sign | Allan McRae | 1 | -0/+6 |
2014-03-13 | makepkg: Reorder some entries in usage() and getopts | Pierre Neidhardt | 1 | -4/+4 |
2014-03-12 | makepkg: enforce fakeroot usage | Allan McRae | 1 | -47/+12 |
2014-03-12 | makepkg: Remove --asroot option | Allan McRae | 1 | -16/+6 |
2014-03-12 | makepkg: Add a --noarchive option to inhibit archive creation | Pierre Neidhardt | 1 | -5/+16 |
2014-03-12 | makepkg: Comment on install_package() return code | Pierre Neidhardt | 1 | -2/+3 |
2014-03-03 | makepkg: Support kernel.org's PGP signature scheme | Thomas Bächler | 1 | -3/+20 |
2014-03-03 | makepkg: implement support for stripping kernel modules | Steven Noonan | 1 | -0/+7 |
2014-02-02 | makepkg: remove unneeded "|| true" | Allan McRae | 1 | -4/+4 |
2014-02-02 | makepkg: Fix typo in variable name | Allan McRae | 1 | -2/+2 |
2014-02-02 | Prevent makepkg creating armored signatures | Lars Gustäbel | 1 | -1/+1 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -2/+2 |
2013-12-21 | makepkg: fix check for distcc | Maxime Arthaud | 1 | -1/+1 |
2013-12-15 | makepkg: fix consistency of downloaded sources permissions | Sébastien Luttringer | 1 | -3/+3 |
2013-11-15 | Improve --help switch output for pacman contrib and pacman scripts | Jason St. John | 1 | -0/+2 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 1 | -3/+3 |
2013-11-15 | makepkg: move update_pkgver out of extract_sources | Allan McRae | 1 | -5/+4 |
2013-11-15 | Return zero from extract_file with local source file | Allan McRae | 1 | -1/+1 |
2013-11-08 | makepkg: only remove static libraries if they have a shared version | Allan McRae | 1 | -1/+6 |
2013-11-01 | makepkg: Allow "static library" to be translated | Allan McRae | 1 | -1/+1 |
2013-10-31 | makepkg: do not allow badly formatted arch lines | Allan McRae | 1 | -2/+2 |
2013-10-31 | makepkg: allow empty source arrays | Andrew Gregory | 1 | -1/+1 |
2013-10-15 | makepkg: validate updated pkgver before replacement | Dave Reisner | 1 | -7/+18 |
2013-10-15 | makepkg: use source_safe when resourcing BUILDFILE | Allan McRae | 1 | -1/+1 |
2013-10-14 | makepkg: add LIBRARY variable | Allan McRae | 1 | -0/+2 |
2013-10-14 | makepkg: alphabetically order option variables | Allan McRae | 1 | -16/+16 |
2013-10-14 | makepkg: do not refer to src/ or pkg/ | Allan McRae | 1 | -4/+4 |
2013-10-14 | Add a -C, --cleanbuild option to clear the source directory before building a... | Lukáš Jirkovský | 1 | -2/+11 |
2013-10-14 | Link non-vcs sources into $srcdir during extraction | Allan McRae | 1 | -11/+9 |
2013-10-14 | Remove makepkg license check | Allan McRae | 1 | -13/+0 |
2013-10-14 | Use $srcdir/ rather than src/ in makepkg help | Allan McRae | 1 | -1/+1 |