summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)Author
2012-11-27makepkg: use last match in BUILDENV/OPTIONS arrayAllan McRae
2012-09-18makepkg: fix incorrect bracket usageAllan McRae
2012-09-18makepkg: Add Bazaar VCS supportGary van der Merwe
2012-09-18makepkg: fix order of --help outputAllan McRae
2012-09-18makepkg: allow fragment to contain a "#" characterAllan McRae
2012-09-18makepkg: always check makepkg.conf for match to download protocolAllan McRae
2012-09-18makepkg: do not embed timestamps in compressed manpagesAllan McRae
2012-09-18makepkg: check if hg and svn directories are non-empty before updatingAllan McRae
2012-09-18makepkg: do not create hg working directory on checkoutAllan McRae
2012-09-18makepkg: Improvements to get_filename:Gary van der Merwe
2012-09-18makepkg: check if $dir is a local clone of the right git repoMohammad Alsaleh
2012-09-18makepkg: git clone instead of git fetch if $dir exists but emptyMohammad Alsaleh
2012-09-18makepkg: fix warnings with --noextractAllan McRae
2012-09-18makepkg: implement dir_is_empty for dir content checksDave Reisner
2012-08-04makepkg: delay checking for build package with pkgver()Allan McRae
2012-08-04makepkg: add hg url supportAllan McRae
2012-08-04makepkg: check pkgver validity after updatingAllan McRae
2012-08-04makepkg: only update pkgver when all sources are availableAllan McRae
2012-08-04makepkg: add --holdver to control VCS source updatingAllan McRae
2012-08-04makepkg: do not download VCS sources unless neededAllan McRae
2012-08-04makepkg: rename myverAllan McRae
2012-08-04makepkg: add support for SVN urlsAllan McRae
2012-08-04makepkg: provide mechanism for auto-updating pkgverAllan McRae
2012-08-04makepkg: modify get_filepath to handle VCS sourcesAllan McRae
2012-08-04makepkg: modify get_filename to handle VCS sourcesAllan McRae
2012-08-04makepkg: fix checksum generation with VCS sourcesAllan McRae
2012-08-04makepkg: allow using GIT source URLsAllan McRae
2012-08-04makepkg: skip integrity checking earlyAllan McRae
2012-08-04makepkg: generalize download_sourcesAllan McRae
2012-08-04makepkg: add function to return download protocolAllan McRae
2012-08-04makepkg: reorder source handling functionsAllan McRae
2012-08-04makepkg: remove VCS package supportAllan McRae
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