index
:
pacman
auto-pentium4
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
libmakepkg
/
lint_pkgbuild
Age
Commit message (
Expand
)
Author
2019-01-31
libmakepkg: centralise random arrays of pkgbuild variables
morganamilo
2019-01-22
libmakepkg: move checkdepends to the correct array
morganamilo
2019-01-22
libmakepkg: make gettext replacements more templated
Eli Schwartz
2019-01-16
libmakepkg: disallow using 'any' with other arches
morganamilo
2019-01-14
meson: fix regression that broke building libmakepkg
Eli Schwartz
2019-01-10
makepkg: check_pkgrel: Don't say "decimal" in the error message
Luke Shumaker
2019-01-10
makepkg: Better error messages for versions in (check, make, opt)depends/prov...
Luke Shumaker
2019-01-10
libmakepkg/lint_pkgbuild: check for invalid variables even if they're empty
Eli Schwartz
2018-11-02
Add meson.build files to build with meson
Dave Reisner
2018-09-19
makepkg: lint_pkgver: Run even if PKGVERFUNC
Luke Shumaker
2018-09-19
makepkg: reject PKGBUILDs with both split and non-split package functions
Eli Schwartz
2018-08-10
libmakepkg: add pkgbase to linted variables
morganamilo
2018-07-27
makepkg: reduce strictness of pkgver in depends linting
Eli Schwartz
2018-07-19
libmakepkg: remove accidentally added file
Allan McRae
2018-06-18
Add missing sha224 sums in man page and linting
morganamilo
2018-06-18
libmakepkg/lint_pkgbuild: squelch syntax error when a pkgname is empty
Eli Schwartz
2018-06-18
libmakepkg/lint_pkgbuild: permit versioned optdepends
Eli Schwartz
2018-05-12
libmakepkg: only save the shellopts we need
Eli Schwartz
2018-05-12
libmakepkg/lint_pkgbuild: fix regression in linting depends=(foo=$epoch:$pkgv...
Eli Schwartz
2018-04-29
libmakepkg/lint_pkgbuild: lint depends/etc. as if they are pkgname
Eli Schwartz
2018-03-14
Update coyrights for 2018
Allan McRae
2018-03-14
Fix linting of whitespace in pkgver
Rikard Falkeborn
2017-01-04
Update copyright years
Allan McRae
2017-01-04
makepkg: Disallow forward slashes in pkgver
Steef Hegeman
2016-10-10
lint_pkgbuild/pkgname: pkgname is not allowed to be empty
Christian Hesse
2016-02-20
libmakepkg: increase robustness of the detection of array variables
Allan McRae
2016-01-25
Fix testing of arrays status for arch specific variables
Zuyi Hu
2016-01-04
Update copyright years for 2016
Allan McRae
2015-11-23
lint_pkgbuild/variable: increase robustness
Allan McRae
2015-11-23
lint_pkgbuild: explicitly return value
Allan McRae
2015-11-05
Refactor lint_source to work with earlier versions of Bash
Aaron Campbell
2015-10-27
libmakepkg: fix pkgver checking
Allan McRae
2015-09-22
libmakepkg: remove declaration of unused local variables
Allan McRae
2015-09-22
libmakepkg: return 1 on error in arch array
Allan McRae
2015-09-07
libmakepkg: check if PKGBUILD variables are arrays or not as appropriate
Allan McRae
2015-05-16
makepkg: put further restrictions on pkgbase
Allan McRae
2015-05-16
makepkg: merge validate_pkgver into check_pkgver
Allan McRae
2015-05-16
libmakepkg: extract PKGBUILD linting functions
Allan McRae