show optional_for in deps list and show a warning on optdeps removal

This commit is contained in:
guinux
2015-08-20 18:23:43 +02:00
parent 177dc8e12a
commit 3728e9b630
4 changed files with 31 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ namespace Pamac {
string[] depends;
string[] optdepends;
string[] requiredby;
string[] optionalfor;
string[] provides;
string[] replaces;
string[] conflicts;