[arch-projects] [namcap][PATCH] Support additional compression methods

2019-10-23 Thread George Rawlinson via arch-projects
Adds support for the following compression methods introduced in pacman 5.2: - zstd - lz4 - lzip Signed-off-by: George Rawlinson --- namcap | 6 ++ 1 file changed, 6 insertions(+) diff --git a/namcap b/namcap index 5f9ae19..ea0bc94 100755 --- a/namcap +++ b/namcap @@ -18,6 +18,12 @@ for

Re: [arch-projects] [namcap][PATCH] add support for zstd compression

2019-10-23 Thread George Rawlinson via arch-projects
Looks like I used git format-patch, rather than git send-email. The patch is incomplete, as 2 other compression methods were added in pacman 5.2 (lzip & lz4). I'll discard this patch, and send another with support for all 3 compression methods. Regards, George Rawlinson On 19-10-22 22:33, George