appstream/0035-Make-cache-support-translate-URLs.patch
2016-08-18 11:07:52 -05:00

27 lines
724 B
Diff

From 79bbbe3e486e49b90a74f6eb8b91864212f882e4 Mon Sep 17 00:00:00 2001
From: Matthias Klumpp <matthias@tenstral.net>
Date: Thu, 18 Aug 2016 17:57:12 +0200
Subject: [PATCH 35/35] Make cache support translate URLs
This should resolve the assertion failure described in
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1614375
---
src/pb/ascache.proto | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/pb/ascache.proto b/src/pb/ascache.proto
index d7fea2b..418d6aa 100644
--- a/src/pb/ascache.proto
+++ b/src/pb/ascache.proto
@@ -74,6 +74,7 @@ message Url {
FAQ = 3;
HELP = 4;
DONATION = 5;
+ TRANSLATE = 6;
}
required Type type = 1 [default = UNKNOWN];
--
2.7.4