summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 05:34:52 -0500
committerJeff Carr <[email protected]>2025-10-15 05:34:52 -0500
commit778668265b0bd2572d0bc9b6c6c301299c1b9eea (patch)
treef323af8942b24e39c2dbf4ecb9b28d1103695200
parent4ed59de3a23722bbdfc3640f0aeb64f56ea035f6 (diff)
add Recommends
-rw-r--r--package.proto33
1 files changed, 17 insertions, 16 deletions
diff --git a/package.proto b/package.proto
index 52bd307..a7f675a 100644
--- a/package.proto
+++ b/package.proto
@@ -41,21 +41,22 @@ message DebInfo {
string PreDepends = 10; //
string BuildDepends = 11; //
string Conflicts = 12; //
- string Suggests = 13; //
- string MultiArch = 14; //
- string Tag = 15; //
- string Section = 16; //
- string Source = 17; //
- string DebCtime = 18; //
- string BuildDate = 19; //
- string GitHash = 20; //
- string GitDate = 21; //
- string Filename = 22; // `autogenpb:unique` `autogenpb:sort`
- string Size = 23; //
- string InstalledSize = 24; //
- string MD5SUM = 25; //
- string SHA256 = 26; //
- string Description = 27; //
+ string Recommends = 13; //
+ string Suggests = 14; //
+ string MultiArch = 15; //
+ string Tag = 16; //
+ string Section = 17; //
+ string Source = 18; //
+ string DebCtime = 19; //
+ string BuildDate = 20; //
+ string GitHash = 21; //
+ string GitDate = 22; //
+ string Filename = 23; // `autogenpb:unique` `autogenpb:sort`
+ string Size = 24; //
+ string InstalledSize = 25; //
+ string MD5SUM = 26; //
+ string SHA256 = 27; //
+ string Description = 28; //
}
message Package {
@@ -75,7 +76,7 @@ message Package {
message Packages { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:http`
string uuid = 1; // `autogenpb:uuid:2f26cc03-ea30-4481-a333-ad0acc86e1d3`
- string version = 2; // `autogenpb:version:v0.0.5`
+ string version = 2; // `autogenpb:version:v0.0.6`
repeated Package packages = 3;
string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
bool changed = 5; // only writes to disk on Save() if changed == true