index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-06-09 14:46:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-09 14:46:50 +0200 |
commit | dd3d74b220ee9d1b245fdccc779cd78113db09a8 (patch) | |
tree | 5f80ad1dad86743dc9e74a227a0813d3ab07490b /bin/get-package-updates | |
parent | 2d0369292a834972caf41691fa79f483da3a167e (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 003020a..6480349 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -7,6 +7,8 @@ # TODOs: # be more secure in case of update while build(s) is/are still in progress # -> (stale) lock files, moving (or changing content of) loop lock files +# dependencies declared inside a PKGBUILD's package function do not +# correctly take into account CARCH (see package "gens" from community) . "${0%/*}/../conf/default.conf" |