summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-01-12 06:15:44 +0100
committerDan McGee <dan@archlinux.org>2011-01-12 06:15:44 +0100
commit9e8af82c97992ab15e4c182af84f06afd4885dc7 (patch)
tree308bd8f556b1c3f295916708ede1ca90f599c7b8 /lib
parent6ddc115c7f52d6d172ca3879f96cc782bb526313 (diff)
downloadpacman-9e8af82c97992ab15e4c182af84f06afd4885dc7.tar.gz
pacman-9e8af82c97992ab15e4c182af84f06afd4885dc7.tar.xz
Back out anticipated epoch changes
After all the debate as to what to do on maint, we are going to end up just incorporating epoch into the version string, so we don't need this separate field at all. Revert commit 5c8083baa4a and also kill the force flag we were recording here as well. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/libalpm/be_files.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c
index c0b8b439..1c9aaeec 100644
--- a/lib/libalpm/be_files.c
+++ b/lib/libalpm/be_files.c
@@ -811,10 +811,6 @@ int _alpm_db_write(pmdb_t *db, pmpkg_t *info, pmdbinfrq_t inforeq)
fprintf(fp, "\n");
}
if(local) {
- if(info->force) {
- fprintf(fp, "%%EPOCH%%\n"
- "1\n\n");
- }
if(info->url) {
fprintf(fp, "%%URL%%\n"
"%s\n\n", info->url);