summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-27Split check_software() to libmakepkgQue Quotion13-0/+525
2018-11-02Add meson.build files to build with mesonDave Reisner8-0/+195
2018-10-21message.sh: add modifications from output_format.shEli Schwartz1-0/+8
2018-10-21makepkg: send messages to stdout rather than stderrEli Schwartz2-4/+4
2018-10-21libmakepkg: fix linting arrays of empty stringsmorganamilo1-2/+2
2018-09-19makepkg: add support for the zst formatEli Schwartz1-0/+1
2018-09-19makepkg: lint_pkgver: Run even if PKGVERFUNCLuke Shumaker1-5/+0
2018-09-19makepkg: reject PKGBUILDs with both split and non-split package functionsEli Schwartz1-1/+8
2018-09-19libmakepkg/lint_config: fix lint_variable actually running the PKGBUILD lintEli Schwartz1-2/+2
2018-08-10scripts: Remove trailing semicolonsJan Alexander Steffens (heftig)2-2/+2