summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Fix usage of install_packageEli Schwartz1-4/+4
2018-01-10Fix moving source files into debug packagesAllan McRae1-4/+2
2018-01-06libmakepkg/integrity: fix git signatures not seen with multiple filesEli Schwartz1-1/+1
2017-12-07makepkg: tell the compiler to record debugging info for debug packagesEli Schwartz1-0/+4
2017-12-07makepkg: refactor archive compression for reusabilityEli Schwartz1-28/+9
2017-12-07makepkg: reorganize the restoration of settings by precedenceEli Schwartz1-34/+16
2017-12-07makepkg: implement error codesIvy Foster1-61/+59
2017-12-07makepkg: clarify error when user passes -FIvy Foster1-1/+1
2017-09-14Make the flags used for sed -i configurableAlastair Hughes1-2/+2
2017-09-13makepkg: respect $SOURCE_DATE_EPOCH to activate reproducible buildsEli Schwartz1-1/+12
2017-07-06makepkg: add more information to .BUILDINFOLevente Polyak1-2/+10
2017-07-06makepkg: set default value for PACKAGERAllan McRae1-7/+2
2017-07-06makepkg: always write pkgbaseAllan McRae1-3/+1
2017-07-06makepkg: do not write baseverAllan McRae1-3/+0
2017-05-16makepkg: introduce SOURCE_DATE_EPOCHAllan McRae1-4/+9
2017-05-16makepkg: remove build date from .PKGINFO headerAllan McRae1-1/+0
2017-05-08makepkg: create signature files outside of fakerootAllan McRae1-4/+5
2017-04-17makepkg: do not create symlinks in build directoryAllan McRae1-28/+0
2017-04-17makepkg: clean up pkgver and prepare log filesHEADworkingMichael Straube1-0/+6
2017-01-04makepkg: sort package contentsAndrew Gregory1-12/+12
2017-01-04Update copyright yearsAllan McRae1-2/+2
2016-12-05Build a single debug package for all packages from a PKGBUILDAllan McRae1-6/+12
2016-12-05makepkg: abort on lint_package errorsAndrew Gregory1-2/+2
2016-12-05makepkg: reject package data with newlinesAndrew Gregory1-25/+38
2016-12-05makepkg: fix find_lib{depends, provides} resultsAndrew Gregory1-3/+3
2016-12-05makepkg: unset potentially architecture-specific varsDave Reisner1-1/+5
2016-12-05makepkg: fix quoting in calls to dependency checkingDave Reisner1-4/+4
2016-12-05makepkg: fix quoting in calls to check_depsDave Reisner1-3/+3
2016-12-05makepkg: make run_function_safe more robustDave Reisner1-8/+11
2016-12-05makepkg: remove vestiges of global errexitDave Reisner1-3/+3
2016-10-22Use coreutils binaries for checking/generating checksumsAllan McRae1-9/+15
2016-10-22makepkg: Move parseopts from library to libmakepkgAlad Wenter1-2/+0
2016-10-10fix --printsrcinfo unify arch and non-arch specific variablesLevente Polyak1-1/+1
2016-05-18libmakepkg: extract functions for integrity checkingAshley Whetter1-428/+0
2016-05-18makepkg: ignore the architecture for --printsrcinfoAlastair Hughes1-1/+1
2016-05-18makepkg: move build enviroment set-up to functionAllan McRae1-36/+43
2016-03-28libmakepkg: extract functions for writing .SRCINFO filesAshley Whetter1-101/+0
2016-02-26makepkg: Turn PACMAN_OPTS into an arrayXyne1-5/+5
2016-02-26makepkg: Remove upx and optipng supportAllan McRae1-16/+0
2016-02-23makepkg: do not run prepare() with --noextractEvangelos Foutras1-3/+3
2016-02-21only include .SRCINFO comments in source tarballDominik Fischer1-4/+11
2016-02-20makepkg: remove pkg from OPT_LONG arrayAllan McRae1-1/+1
2016-02-20Revert "makepkg: Empty/create only $pkgdir's relevant to current PKGBUILD"Allan McRae1-5/+2
2016-02-20Make "makepkg -g" ignore the current architecture.Alastair Hughes1-1/+2
2016-01-25makepkg: do not run prepare() and pkgver() with --repackageAllan McRae1-19/+21
2016-01-04Update copyright years for 2016Allan McRae1-2/+2
2015-12-15makepkg: run pkgver() and prepare() with --noextractAllan McRae1-8/+9
2015-12-06makepkg: record build information in .BUILDINFOAllan McRae1-14/+19
2015-12-06makepkg: add whirlpool to the list of hashing algorithmsLuke1-1/+1
2015-11-23makepkg: merge arch dependent variables after PKGBUILD lintingAllan McRae1-8/+8