index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-07-15 12:12:30 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-15 12:12:30 +0200 |
commit | 62695b4e92f953fd040697259ac7a5225696c576 (patch) | |
tree | 51b7fb9afd727d1656d1f559e182c86d9ef59d10 /bin | |
parent | a78d46b0df384a60d5277f5cead312da8019ced1 (diff) |
-rwxr-xr-x | bin/return-assignment | 4 |
diff --git a/bin/return-assignment b/bin/return-assignment index f97ad7b..1711e59 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -22,6 +22,10 @@ # TODO: it would be nice to check for broken packages (and old broken # packages?) if they are flagged out-of-date upstream +# TODO: we should update make- and run-dependencies according to the +# information in the .PKGINFO (which may differ from what +# `makepkg --printsrcinfo` gave us + # shellcheck disable=SC2119,SC2120 # shellcheck source=../lib/load-configuration |