summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)Author
2012-08-24makepkg: properly detect the last rev for all VCS types, remove darcslukeshu-versiondetectLuke Shumaker
2012-08-01Merge branch 'maint'Dan McGee
2012-08-01Add a function prepare() to PKGBUILDEnjolras
2012-08-01makepkg: remove unnecessary formattingAllan McRae
2012-08-01asdeps flag passed from makepkg to pacmanDaniel Wallace
2012-06-25repo-add: add checkdepends informationAllan McRae
2012-06-25makepkg: install deps with --repackageAllan McRae
2012-06-25Allow wildcards in PURGE_TARGETS to match any type of file except for directo...Jeremy Huntwork
2012-06-25makepkg: allow url to be overridden in split packagesAllan McRae
2012-06-25Portability fixes for makepkgJeremy Huntwork
2012-05-20makepkg: rework libdependsAllan McRae
2012-05-20makepkg: write makedepends into .PKGINFOAllan McRae
2012-05-20makepkg: Add CPPFLAGS supportAllan McRae
2012-05-20makepkg: use mapfile where plausibleDave Reisner
2012-04-30makepkg: fix package arch detectionAllan McRae
2012-04-29makepkg: remove subshelling from check_option and friendsDave Reisner
2012-04-29makepkg: null terminate filenames to stripDave Reisner
2012-04-24makepkg: Be more consistent with missing program messageAllan McRae
2012-04-24makepkg: treat list of packages to be installed as an arrayAllan McRae
2012-04-24makepkg: deal with overriden package arch properlyAllan McRae
2012-04-24Merge branch 'maint'Dan McGee
2012-04-24scripts: avoid dumping usage on parser failDave Reisner
2012-04-24makepkg: allow specifying --pkg multiple timesDave Reisner
2012-04-24makepkg: adopt parseopts for option parsingDave Reisner
2012-04-20makepkg: restrict allowed characters in pkgnameDave Reisner
2012-04-08makepkg: save and restore shopts when sourcing /etc/profileAllan McRae
2012-04-08makepkg: complain when the buildfile isn't writeableDave Reisner
2012-04-08makepkg: catch errors sourcing filesDave Reisner
2012-04-08makepkg: restrict usage of errexit to user functionsDave Reisner
2012-04-08makepkg: treat lib{provides,depends} returns as proper arraysDave Reisner
2012-04-08makepkg: use proper array addition in libdepsDave Reisner
2012-04-08makepkg: add missing newline from libprovides outputDave Reisner
2012-04-07makepkg: safely change directoriesAllan McRae
2012-04-07makepkg: use printf rather than echo to output variableAllan McRae
2012-04-07makepkg: the rhs in string comparisons should be quotedAllan McRae
2012-04-07makepkg: devel_check(): cleanup for hg versionMatthew Monaco
2012-04-07makepkg: devel_check(): set newpkgver (cleanup)Matthew Monaco
2012-04-07makepkg: devel_check(): consolidate common codeMatthew Monaco
2012-04-07makepkg: devel_check(): determine vcsMatthew Monaco
2012-04-07makepkg: remove unused variableMatthew Monaco
2012-04-07Merge branch 'maint'Dan McGee
2012-04-07Revert "makepkg: calculate exact total file size"Dan McGee
2012-04-07Revert "parseopts: normalize options into an array"Dave Reisner
2012-03-28makepkg: avoid reporting bogus install size on btrfsDave Reisner
2012-03-16Merge branch 'maint'Dan McGee
2012-03-16makepkg: quote removed filename as it can have spacesAllan McRae
2012-03-16makepkg: abort when failing to create BUILDDIRAllan McRae
2012-03-16makepkg: prevent issues with files starting with a hyphenAllan McRae
2012-03-16makepkg: append pkgbase to BUILDDIR if specifiedAllan McRae
2012-03-08Merge branch 'maint'Dan McGee