summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
AgeCommit message (Expand)Author
2015-02-01remove globbing for upx and make UPXFLAGS an array variableChristian Hesse
2015-02-01Update copyright notices for 2015Allan McRae
2015-02-01Merge branch 'maint'Allan McRae
2015-02-01makepkg: refix removing static libraries when shared uses absolute symlinksAllan McRae
2015-02-01makepkg: Set the working copy destination explicitly when cloning in extract_gitLukáš Jirkovský
2015-01-12Merge branch 'maint'Allan McRae
2015-01-12makepkg: clear destination array in array_buildAllan McRae
2015-01-11Merge branch 'maint'Allan McRae
2015-01-11makepkg: restore attr merging for write_pkginfoDave Reisner
2015-01-11makepkg: avoid nested quoting in string replacementDave Reisner
2015-01-11makepkg: fix removing static libraries when shared use absolute symlinksAllan McRae
2015-01-02Merge branch 'maint'Allan McRae
2015-01-02makepkg: avoid expansion of var in arithmetic contextDave Reisner
2014-12-28Merge branch 'maint'Allan McRae
2014-12-28Fix .SRCINFO output with architecture specific fieldsAllan McRae
2014-12-27makepkg: print the name of the source array being checkedDave Reisner
2014-12-27makepkg: call out the source array(s) missing checksumsDave Reisner
2014-12-27makepkg: fix typo in dep array nameDave Reisner
2014-12-24makepkg: properly correlate checksums for multiple sourcesDave Reisner
2014-12-24makepkg: download sources for all architectures when making source packageAllan McRae
2014-12-22Check architecture specific fields for VCS supportAllan McRae
2014-12-21Fix double spaces in "Running %s as root is not allowed" messageTimothy Redaelli
2014-12-18makepkg: correctly add changelog filesDave Reisner
2014-11-18makepkg: symlink files in noextract into $srcdirAllan McRae
2014-11-17makepkg: svn: update existing sources in srcdir without removing them first.Lukáš Jirkovský
2014-11-17makepkg: only strip vcs prefixes from front of urlAndrew Gregory
2014-11-17makepkg: do not strip bzr+ from bzr+ssh urlsAndrew Gregory
2014-11-17makepkg: bzr: update existing sources in srcdir without removing them first.Allan McRae
2014-11-09makepkg: hg: update existing sources in srcdir without removing them first.Lukáš Jirkovský
2014-11-09makepkg: checkout a revision specified in SVN fragment in download_svn.Lukáš Jirkovský
2014-11-09makepkg: git: update existing sources in srcdir without removing them first.Lukáš Jirkovský
2014-11-09makepkg: improve stripping pkgdesc of whitespace for .PKGINFOAllan McRae
2014-11-09makepkg: introduce .SRCINFO files for source packagesDave Reisner
2014-11-09makepkg: simplify epoch handlingDave Reisner
2014-11-09makepkg: ignore empty global attributes in extractionDave Reisner
2014-10-19makepkg: always look for sources in source=()Dave Reisner
2014-10-13makepkg: reorder args to pkgbuild_get_attribute for consistencyDave Reisner
2014-10-13makepkg: simplify attr matching in extract_function_varDave Reisner
2014-10-13makepkg: show full fingerprint on pgp failureDave Reisner
2014-10-13Revert "makepkg: allow less than the full fingerprint in validpgpkeys"Dave Reisner
2014-09-30makepkg: allow less than the full fingerprint in validpgpkeysDave Reisner
2014-09-30makepkg: move negation in inequality comparisonsDave Reisner
2014-09-30makepkg: abort if we can't add install/changelog to packageDave Reisner
2014-09-30PKGBUILD: add support for arch-specific sourcesDave Reisner
2014-09-30makepkg: break out checksum generation to its own functionDave Reisner
2014-09-30makepkg: break out check_checksums to reasonably sized functionsDave Reisner
2014-09-23makepkg: disallow values of 'arch' which might be problematicDave Reisner
2014-09-23makepkg: let --source imply --ignorearchDave Reisner
2014-09-23makepkg: use correct terminologyDave Reisner
2014-09-15makepkg: do not eval dlcmdlolilolicon