summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2011-03-23makepkg: place signature symlink in build dirAllan McRae1-2/+3
2011-03-23makepkg: allow signatures to work with split packagesDan McGee1-5/+8
2011-03-23Add GPG signature support to makepkgGeoffroy Carrier1-0/+21
2011-03-20makepkg: Improve optdepends extractionAllan McRae1-4/+8
2011-03-01Fix some easy to find double translationsDan McGee1-6/+6
2011-02-11Ensure pkgbase/epoch are defined before doing anythingDan McGee1-3/+4
2011-02-06makepkg: more bash-3.2 compatibilityAllan McRae1-2/+2
2011-02-03makepkg: initialize local arrays to emptyAllan McRae1-3/+3
2011-02-03makepkg: error on invalid optdependsAllan McRae1-0/+1
2011-02-03makepkg: make SRCPKGDEST default to $startdirCedric Staniewski1-1/+1
2011-02-03makepkg: Fix the check for references to srcdir/pkgdirNezmer1-2/+2
2011-02-01makepkg: fix indention to follow style guideCedric Staniewski1-8/+8
2011-01-22makepkg: encode epoch in version specifier if > 0Dan McGee1-24/+46
2011-01-22Remove epoch as an independent fieldDan McGee1-2/+5
2011-01-14makepkg: perform all sanity checks before erroring outDan McGee1-18/+19
2011-01-08Update copyright years for 2011Allan McRae1-2/+2
2010-12-30makepkg: add option to clear buildflagsAllan McRae1-1/+8
2010-12-30makepkg: Add check() function for running test suitesAllan McRae1-3/+28
2010-12-30makepkg: escape closing bash array paren for awkDave Reisner1-4/+4
2010-12-30makepkg: allow pkgname usage in split package functionsAllan McRae1-4/+6
2010-12-21makepkg: remove last inappropriate PKGBUILD usageAllan McRae1-1/+1
2010-12-13makepkg: perform sanity checks on variables in package functionsAllan McRae1-6/+13
2010-12-13makepkg: remove dead code from handle_depsAndres P1-2/+0
2010-12-13makepkg: do not ignore errors from pacman when checking depsAndres P1-6/+7
2010-12-13makepkg: use portable escape sequence for terminal escapesCarlos Diaz1-6/+6
2010-10-14Add epoch verification to makepkgDan McGee1-0/+5
2010-10-14Make repo-add and makepkg epoch-awareDan McGee1-4/+2
2010-10-14Fix bash shell location checkDan McGee1-1/+1
2010-10-12Use sysconfdir, localstatedir, BASH instead of hardcoded valuesNezmer1-1/+1
2010-10-12makepkg: Use mkfifo instead of GNU-only 'mknod <file> p'Nezmer1-1/+1
2010-10-05makepkg: canonicalize paths from environmental variablesAllan McRae1-4/+18
2010-10-05makepkg: compare paths using bash testAllan McRae1-3/+3
2010-10-05makepkg: improve srcdir check and add pkgdirAllan McRae1-2/+6
2010-10-05makepkg: remove STRIP_DIRSAllan McRae1-2/+2
2010-09-07Remove quotes in remaining bash regexesDan McGee1-1/+1
2010-08-27Use pipe to create compressed package instead of an intermediate tar fileJürgen Hötzel1-13/+12
2010-08-27makepkg: remove trailing quote mark in regexDan McGee1-1/+1
2010-08-24Merge branch 'maint'Dan McGee1-7/+17
2010-08-24makepkg: error out on empty optdepends entriesAllan McRae1-1/+1
2010-08-24makepkg: use less local variables in check_sanityAllan McRae1-26/+20
2010-08-24makepkg: remove unnecessary variable presence checkAllan McRae1-8/+6
2010-08-24makepkg: clarify invalid backup entry errorsAllan McRae1-2/+2
2010-08-24makepkg: less code duplication in create_packageAndres P1-15/+12
2010-08-24makepkg: use regex to match options for privilege escalationAllan McRae1-1/+1
2010-08-18makepkg: add file to the list of needed utilitiesAllan McRae1-1/+1
2010-08-18makepkg: check tput support before usingAllan McRae1-6/+16
2010-08-08makepkg: Allow creation of uncompressed packagesThomas Bächler1-0/+3
2010-07-27Merge branch 'maint'Dan McGee1-3/+3
2010-07-27Always treat PKGLIST as an array.Dave Reisner1-3/+3
2010-07-03Merge branch 'maint'Dan McGee1-7/+6