pkg: fix apk v1.0 URL field import
parent
18db1c4cd3
commit
d6f4fcacd1
|
@ -360,7 +360,7 @@ static int read_info_entry(void *ctx, const struct apk_file_info *ae,
|
|||
char field;
|
||||
} fields[] = {
|
||||
{ "DESC", 'T' },
|
||||
{ "WW", 'U' },
|
||||
{ "WWW", 'U' },
|
||||
{ "LICENSE", 'L' },
|
||||
{ "DEPEND", 'D' },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue