makepkg: Use SOURCE_DATE_EPOCH for more reproducible source tarballs
This commit is contained in:
parent
5f4c7e3ddc
commit
ea79eac19f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ srcinfo_write_package() {
|
|||
|
||||
write_srcinfo_header() {
|
||||
printf "# Generated by makepkg %s\n" "$makepkg_version"
|
||||
printf "# %s\n" "$(LC_ALL=C date -u)"
|
||||
printf "# %s\n" "$(LC_ALL=C date --date="@$SOURCE_DATE_EPOCH" -u)"
|
||||
}
|
||||
|
||||
write_srcinfo_content() {
|
||||
|
|
Loading…
Add table
Reference in a new issue