summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2014-12-18makepkg: correctly add changelog filesDave Reisner1-1/+1
2014-11-18makepkg: symlink files in noextract into $srcdirAllan McRae1-5/+6
2014-11-17makepkg: svn: update existing sources in srcdir without removing them first.Lukáš Jirkovský1-5/+1
2014-11-17makepkg: only strip vcs prefixes from front of urlAndrew Gregory1-4/+4
2014-11-17makepkg: do not strip bzr+ from bzr+ssh urlsAndrew Gregory1-1/+3
2014-11-17makepkg: bzr: update existing sources in srcdir without removing them first.Allan McRae1-5/+11
2014-11-09makepkg: hg: update existing sources in srcdir without removing them first.Lukáš Jirkovský1-4/+10
2014-11-09makepkg: checkout a revision specified in SVN fragment in download_svn.Lukáš Jirkovský1-28/+15
2014-11-09makepkg: git: update existing sources in srcdir without removing them first.Lukáš Jirkovský1-5/+14
2014-11-09makepkg: improve stripping pkgdesc of whitespace for .PKGINFOAllan McRae1-1/+6
2014-11-09makepkg: introduce .SRCINFO files for source packagesDave Reisner1-1/+98
2014-11-09makepkg: simplify epoch handlingDave Reisner1-3/+1
2014-11-09makepkg: ignore empty global attributes in extractionDave Reisner1-1/+1
2014-10-19makepkg: always look for sources in source=()Dave Reisner1-3/+3
2014-10-13makepkg: reorder args to pkgbuild_get_attribute for consistencyDave Reisner1-5/+5
2014-10-13makepkg: simplify attr matching in extract_function_varDave Reisner1-3/+3
2014-10-13makepkg: show full fingerprint on pgp failureDave Reisner1-2/+2
2014-10-13Revert "makepkg: allow less than the full fingerprint in validpgpkeys"Dave Reisner1-20/+1
2014-09-30makepkg: allow less than the full fingerprint in validpgpkeysDave Reisner1-1/+20
2014-09-30makepkg: move negation in inequality comparisonsDave Reisner1-5/+5
2014-09-30makepkg: abort if we can't add install/changelog to packageDave Reisner1-1/+4
2014-09-30PKGBUILD: add support for arch-specific sourcesDave Reisner1-35/+147
2014-09-30makepkg: break out checksum generation to its own functionDave Reisner1-32/+41
2014-09-30makepkg: break out check_checksums to reasonably sized functionsDave Reisner1-41/+54
2014-09-23makepkg: disallow values of 'arch' which might be problematicDave Reisner1-3/+11
2014-09-23makepkg: let --source imply --ignorearchDave Reisner1-4/+10
2014-09-23makepkg: use correct terminologyDave Reisner1-1/+1
2014-09-15makepkg: do not eval dlcmdlolilolicon1-11/+10
2014-09-15makepkg: Allow using sources with :: in themWilliam Giokas1-3/+3
2014-08-08makepkg: replace bare eval with var extraction functionsDave Reisner1-6/+12
2014-08-08PKGBUILD: handle arch specific attributesDave Reisner1-3/+45
2014-08-08makepkg: refactor check_sanity, give it some sanity of its ownDave Reisner1-107/+299
2014-08-08makepkg: disallow pkgver/pkgrel/epoch overrides in packagesDave Reisner1-33/+12
2014-08-04makepkg: skip dependency checking with --verifysourceAllan McRae1-2/+2
2014-08-04makepkg: ensure vcs download tool are installed when requiredAllan McRae1-0/+70
2014-08-03makepkg: improve check and error message for buildfile locationDave Reisner1-2/+2
2014-08-03makepkg: Respect XDG_CONFIG_HOMEJohannes Löthberg1-2/+7
2014-06-29makepkg: handle "epoch=" in PKGBUILD with pkgver functionAllan McRae1-6/+7
2014-06-12Use C locale for bsdtar calls during package creationAllan McRae1-3/+3
2014-06-10makepkg: Remove redundant sig generation commentJohannes Löthberg1-1/+1
2014-05-25makepkg: pass "--nocolor" to pacmanAndrew DeMaria1-1/+1
2014-05-25makepkg: Force buildscripts to be in startdirAllan McRae1-0/+5
2014-05-23makepkg: Introduce validpgpkeys arrayThomas Bächler1-5/+18
2014-05-23makepkg: Treat a signature from an untrusted key as an errorThomas Bächler1-12/+24
2014-05-23makepkg: Use read to parse status file during signature verification.Thomas Bächler1-19/+74
2014-04-21makepkg: use dash instead of underscore in /usr/lib/debug/.build-idSteven Noonan1-4/+4
2014-03-27Always supply base name and version info in .PKGFILE if neededAllan McRae1-8/+16
2014-03-27makepkg: sign source packages with --signAllan McRae1-0/+6
2014-03-13makepkg: Reorder some entries in usage() and getoptsPierre Neidhardt1-4/+4
2014-03-12makepkg: enforce fakeroot usageAllan McRae1-47/+12