summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-21Fix double spaces in "Running %s as root is not allowed" messageTimothy Redaelli1-1/+1
2014-12-18makepkg: correctly add changelog filesDave Reisner1-1/+1
2014-11-18makepkg: symlink files in noextract into $srcdirAllan McRae1-5/+6
2014-11-17makepkg: svn: update existing sources in srcdir without removing them first.Lukáš Jirkovský1-5/+1
2014-11-17makepkg: only strip vcs prefixes from front of urlAndrew Gregory1-4/+4
2014-11-17makepkg: do not strip bzr+ from bzr+ssh urlsAndrew Gregory1-1/+3
2014-11-17makepkg: bzr: update existing sources in srcdir without removing them first.Allan McRae1-5/+11
2014-11-09makepkg: hg: update existing sources in srcdir without removing them first.Lukáš Jirkovský1-4/+10
2014-11-09makepkg: checkout a revision specified in SVN fragment in download_svn.Lukáš Jirkovský1-28/+15
2014-11-09makepkg: git: update existing sources in srcdir without removing them first.Lukáš Jirkovský1-5/+14
2014-11-09makepkg: improve stripping pkgdesc of whitespace for .PKGINFOAllan McRae1-1/+6
2014-11-09makepkg: introduce .SRCINFO files for source packagesDave Reisner1-1/+98
2014-11-09makepkg: simplify epoch handlingDave Reisner1-3/+1
2014-11-09makepkg: ignore empty global attributes in extractionDave Reisner1-1/+1
2014-10-19makepkg: always look for sources in source=()Dave Reisner1-3/+3
2014-10-13makepkg: reorder args to pkgbuild_get_attribute for consistencyDave Reisner1-5/+5
2014-10-13makepkg: simplify attr matching in extract_function_varDave Reisner1-3/+3
2014-10-13makepkg: show full fingerprint on pgp failureDave Reisner1-2/+2
2014-10-13Revert "makepkg: allow less than the full fingerprint in validpgpkeys"Dave Reisner1-20/+1
2014-09-30makepkg: allow less than the full fingerprint in validpgpkeysDave Reisner1-1/+20
2014-09-30makepkg: move negation in inequality comparisonsDave Reisner1-5/+5
2014-09-30makepkg: abort if we can't add install/changelog to packageDave Reisner1-1/+4
2014-09-30PKGBUILD: add support for arch-specific sourcesDave Reisner1-35/+147
2014-09-30makepkg: break out checksum generation to its own functionDave Reisner1-32/+41
2014-09-30makepkg: break out check_checksums to reasonably sized functionsDave Reisner1-41/+54