Actually read PGPSIG field in sync DB code
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
f7b577dc77
commit
39ce9b3afc
1 changed files with 2 additions and 0 deletions
|
@ -421,6 +421,8 @@ static int sync_db_read(pmdb_t *db, struct archive *archive,
|
|||
} else if(strcmp(line, "%SHA256SUM%") == 0) {
|
||||
/* we don't do anything with this value right now */
|
||||
READ_NEXT(line);
|
||||
} else if(strcmp(line, "%PGPSIG%") == 0) {
|
||||
READ_AND_STORE(pkg->pgpsig.encdata);
|
||||
} else if(strcmp(line, "%REPLACES%") == 0) {
|
||||
READ_AND_STORE_ALL(pkg->replaces);
|
||||
} else if(strcmp(line, "%DEPENDS%") == 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue