From 0d6a2edaa8e39f9d7b77f0a023e8a2bfdab7a16d Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sat, 8 Oct 2005 20:43:25 +0000 Subject: Moved the REPLACES and FORCE package fields from DESC to DEPENDS db entry --- lib/libalpm/alpm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/alpm.h') 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, -- cgit v1.2.3-2-g168b