summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
2015-09-22makepkg: remove ability to build individual packagesAllan McRae1-8/+0
2015-09-22makepkg: remove FORCE_VER variableAllan McRae1-4/+0
2015-07-20libmakepkg: move color settings to functionAllan McRae1-18/+4
2015-07-20dont remove x bit when marking pkgdir RODave Reisner1-1/+1
2015-06-20makepkg: Add flag for printing SRCINFO to stdoutJohannes Löthberg1-1/+8
2015-05-19libmakepkg: extract functions for source download and extractionAllan McRae1-524/+0
2015-05-19libmakepkg: extract functions for handling source URLsAllan McRae1-119/+0
2015-05-19libmakepkg: move more functions for extracting information from PKGBIULDsAllan McRae1-45/+0
2015-05-19libmakepkg: extract more utility functionsAllan McRae1-30/+0
2015-05-16libmakepkg: extract get_full_version and get_pkg_archAllan McRae1-35/+0
2015-05-16makepkg: merge validate_pkgver into check_pkgverAllan McRae1-1/+1
2015-05-16libmakepkg: extract PKGBUILD linting functionsAllan McRae1-333/+1
2015-05-16libmakepkg: extract in_arrayAllan McRae1-14/+0
2015-05-16libmakepkg: move functions for extracting pkgbuild attributesAllan McRae1-105/+17
2015-05-12makepkg: Empty/create only $pkgdir's relevant to current PKGBUILDDavid Macek1-2/+5
2015-03-26Add makepkg option --packagelistIvy Foster1-3/+25
2015-03-26makepkg: write validpgpkeys to .SRCINFOAllan McRae1-1/+1
2015-03-26Merge branch 'maint'Allan McRae1-3/+3
2015-03-26Make get_pkg_arch treat arch as an arrayIvy Foster1-1/+1
2015-03-26fix source package signing with SRCPKGDIR setChristian Hesse1-2/+2
2015-03-15libmakepkg: move helper functions into tidy/stripAllan McRae1-48/+0
2015-02-20Merge branch 'maint'Allan McRae1-17/+0
2015-02-14Fix Bazaar cloning in makepkg.Renato Silva1-17/+0
2015-02-12libmakepkg: move package checking out of tidy_installAllan McRae1-0/+2
2015-02-01makepkg: split package tidying into libmakepkgAllan McRae1-145/+1
2015-02-01makepkg: split PKGBUILD/makepkg.conf option checking to libmakepkgAllan McRae1-86/+0
2015-02-01makepkg: rename other_options to build_optionsAllan McRae1-3/+3
2015-02-01makepkg: split message functions into libmakepkgAllan McRae1-25/+4
2015-02-01add option to optimize PNG images with optipngChristian Hesse1-1/+20
2015-02-01remove globbing for upx and make UPXFLAGS an array variableChristian Hesse1-2/+2
2015-02-01Update copyright notices for 2015Allan McRae1-2/+2
2015-02-01Merge branch 'maint'Allan McRae1-3/+3
2015-02-01makepkg: refix removing static libraries when shared uses absolute symlinksAllan McRae1-2/+2
2015-02-01makepkg: Set the working copy destination explicitly when cloning in extract_gitLukáš Jirkovský1-1/+1
2015-01-12Merge branch 'maint'Allan McRae1-0/+3
2015-01-12makepkg: clear destination array in array_buildAllan McRae1-0/+3
2015-01-11Merge branch 'maint'Allan McRae1-3/+5
2015-01-11makepkg: restore attr merging for write_pkginfoDave Reisner1-0/+2
2015-01-11makepkg: avoid nested quoting in string replacementDave Reisner1-2/+2
2015-01-11makepkg: fix removing static libraries when shared use absolute symlinksAllan McRae1-1/+1
2015-01-02Merge branch 'maint'Allan McRae1-1/+1
2015-01-02makepkg: avoid expansion of var in arithmetic contextDave Reisner1-1/+1
2014-12-28Merge branch 'maint'Allan McRae1-3/+4
2014-12-28Fix .SRCINFO output with architecture specific fieldsAllan McRae1-3/+4
2014-12-27makepkg: print the name of the source array being checkedDave Reisner1-4/+5
2014-12-27makepkg: call out the source array(s) missing checksumsDave Reisner1-1/+1
2014-12-27makepkg: fix typo in dep array nameDave Reisner1-1/+1
2014-12-24makepkg: properly correlate checksums for multiple sourcesDave Reisner1-19/+13
2014-12-24makepkg: download sources for all architectures when making source packageAllan McRae1-1/+1
2014-12-22Check architecture specific fields for VCS supportAllan McRae1-3/+13