From b64c38a1b9158432ff23c0b0a8fa4b61e78aaefd Mon Sep 17 00:00:00 2001 From: project-repo Date: Mon, 3 Apr 2023 18:43:54 +0200 Subject: [PATCH] Update epoch --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 20b07de..5901d33 100644 --- a/meson.build +++ b/meson.build @@ -260,7 +260,7 @@ install_data('LICENSE', install_dir : '/usr/share/licenses/' + meson.project_nam if get_option('man-pages') scdoc = find_program('scdoc') - secssinceepoch = 1673282376 + secssinceepoch = 1680540192 shcommand = 'export SOURCE_DATE_EPOCH=' + secssinceepoch.to_string() + ' ; @0@ < @INPUT@'.format(scdoc.path()) sh = find_program('sh') mandir1 = join_paths(get_option('mandir'), 'man1')