Signed-off-by: Xavier Chantry <[email protected]>
---
lib/libalpm/alpm.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index b08191d..81877cc 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -254,8 +254,8 @@ int alpm_db_check_pgp_signature(pmdb_t *db);
/* GPG signature verification option */
typedef enum _pgp_verify_t {
- PM_PGP_VERIFY_ALWAYS,
PM_PGP_VERIFY_OPTIONAL,
+ PM_PGP_VERIFY_ALWAYS,
PM_PGP_VERIFY_NEVER
} pgp_verify_t;
--
1.7.4.2