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;
|
char field;
|
||||||
} fields[] = {
|
} fields[] = {
|
||||||
{ "DESC", 'T' },
|
{ "DESC", 'T' },
|
||||||
{ "WW", 'U' },
|
{ "WWW", 'U' },
|
||||||
{ "LICENSE", 'L' },
|
{ "LICENSE", 'L' },
|
||||||
{ "DEPEND", 'D' },
|
{ "DEPEND", 'D' },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue