summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg
AgeCommit message (Expand)AuthorFilesLines
2020-01-27makepkg: make per-package files containing '$pkgname' consistently workEli Schwartz2-6/+14
2019-12-11libmakepkg: use readelf instead of file for finding ELF file typesEthan Sommer1-14/+12
2019-11-26makepkg: fix regression that broke extraction of file:// sourcesEli Schwartz2-3/+3
2019-11-05libmakepkg: fix empty arguments in parseoptsEthan Sommer1-4/+4
2019-11-04libmakepkg: add optional argument support to parseoptsEthan Sommer1-42/+74
2019-10-30Comma failAllan McRae1-1/+1
2019-10-30makepkg: do not count hard links multiple times when calculating pkg sizeEli Schwartz2-0/+42
2019-10-30makepkg: protect against unexpected whitespace in filenamesEli Schwartz3-8/+8
2019-10-23Update copyright yearsAllan McRae81-81/+81
2019-10-22makepkg: don't warn when PACKAGER is unsetmorganamilo1-1/+1
2019-10-07Support file with seccomp enabledEli Schwartz1-1/+1
2019-10-07makepkg: add rust support for *FLAGS and debug-prefix-mapEli Schwartz4-6/+8
2019-10-04libmakepkg: check if PACKAGER has the expected format for WKD lookupJonas Witschel1-0/+6
2019-10-04libmakepkg: fix typomorganamilo1-1/+1
2019-08-05makepkg: Ignore "<artificial>" source filesAustin Lund1-1/+1
2019-06-06makepkg: restrict pkgname and pkgver to asciiAndrew Gregory2-0/+9
2019-05-28makepkg: also move restore_envvars handling into libmakepkgEli Schwartz1-0/+20
2019-05-28makepkg: move config loading into libmakepkgEli Schwartz3-0/+71
2019-05-28libmakepkg: add lint_config to validate SRCEXT/PKGEXTEli Schwartz2-0/+46
2019-05-28Support application/gzip MIME type in extractionKevin Mihelich1-1/+1
2019-05-08makepkg: propagate error codes when package failed to sign correctlyEli Schwartz1-2/+6
2019-05-08libmakepkg: fix missing or inaccurate interdependenciesEli Schwartz13-14/+14
2019-05-08scripts: protect against unintended glob matching in [[ ]] RHSEli Schwartz8-8/+8
2019-05-08makepkg: correctly handle hg sources with updates on a non-default branchEli Schwartz1-1/+5
2019-05-08libmakepkg: fix migration to schema.sh for integsumsEli Schwartz1-1/+1
2019-03-19libmakepkg: fix reporting of invalid archive extensions in compress.shEli Schwartz1-13/+13
2019-03-19makepkg: use "shared" git clones when checking out sourcesEli Schwartz1-1/+1
2019-03-07makepkg: add new checksum algorithm via coreutils b2sumEli Schwartz1-1/+1
2019-02-21libmakepkg: migrate to schema.sh for integsumsEli Schwartz1-1/+2
2019-02-04fix various typosmorganamilo2-2/+2
2019-01-31libmakepkg: lint disallowed architecture specific variablesmorganamilo2-0/+83
2019-01-31libmakepkg: lint disallowed variables in package()morganamilo3-0/+72
2019-01-31libmakepkg: centralise random arrays of pkgbuild variablesmorganamilo6-13/+61
2019-01-30libmakepkg: Add lzip ext supportChloe Kudryavtsev1-0/+1
2019-01-22libmakepkg: move checkdepends to the correct arraymorganamilo1-5/+4
2019-01-22libmakepkg: Implement extendable signature verificationEli Schwartz1-3/+4
2019-01-22libmakepkg: implement extendable source protocolsEli Schwartz5-37/+30
2019-01-22libmakepkg: optimize get_protocol to always return proto, not proto+uriEli Schwartz4-17/+19
2019-01-21libmakepkg: make gettext replacements more templatedEli Schwartz1-1/+1
2019-01-16libmakepkg: disallow using 'any' with other archesmorganamilo1-2/+7
2019-01-14meson: fix regression that broke building libmakepkgEli Schwartz1-1/+1
2019-01-10libmakepkg: simplify splitting command output into arrayEli Schwartz1-1/+1
2019-01-10libmakepkg: add routine for linting $SOURCE_DATE_EPOCHEli Schwartz2-0/+38
2019-01-10makepkg: check_pkgrel: Don't say "decimal" in the error messageLuke Shumaker1-1/+1
2019-01-10makepkg: Better error messages for versions in (check, make, opt)depends/prov...Luke Shumaker10-43/+105
2019-01-10libmakepkg/lint_pkgbuild: check for invalid variables even if they're emptyEli Schwartz1-10/+6
2019-01-10makepkg: fix broken check for the fakeroot binaryEli Schwartz1-1/+1
2018-12-12meson: remove useless mkdir -pEli Schwartz1-7/+0
2018-12-04libmakepkg/executable: don't rely on scoped value of $ret to flag outcomesEli Schwartz9-14/+12
2018-11-27Split prepare_buildenv() to libmakepkgQue Quotion7-0/+229