diff options
Diffstat (limited to 'lib/libalpm/package.h')
-rw-r--r-- | lib/libalpm/package.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index f849ba85..8055c177 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -71,7 +71,7 @@ struct __pmpkg_t { time_t date; pmpkgreason_t reason; /* alpm_list_t *desc_localized;*/ - alpm_list_t *license; + alpm_list_t *licenses; alpm_list_t *replaces; alpm_list_t *groups; alpm_list_t *files; |