diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-10-08 20:43:25 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-10-08 20:43:25 +0000 |
commit | 0d6a2edaa8e39f9d7b77f0a023e8a2bfdab7a16d (patch) | |
tree | cc22b868e74e5e716cbaa8ed0b6f2629b978ade4 /lib/libalpm/alpm.h | |
parent | 5ef51b3e266cf43411947248886372001fdb207a (diff) | |
download | pacman-0d6a2edaa8e39f9d7b77f0a023e8a2bfdab7a16d.tar.xz |
Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entry
Diffstat (limited to 'lib/libalpm/alpm.h')
-rw-r--r-- | 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 75493365..539d988a 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -134,13 +134,13 @@ enum { PM_PKG_PACKAGER, PM_PKG_SIZE, PM_PKG_REASON, - PM_PKG_REPLACES, /* Sync DB only */ PM_PKG_MD5SUM, /* Sync DB only */ /* Depends entry */ PM_PKG_DEPENDS, PM_PKG_REQUIREDBY, PM_PKG_CONFLICTS, PM_PKG_PROVIDES, + PM_PKG_REPLACES, /* Sync DB only */ /* Files entry */ PM_PKG_FILES, PM_PKG_BACKUP, |