makepkg: Use SOURCE_DATE_EPOCH for more reproducible source tarballs
This commit is contained in:
parent
38394d54f0
commit
46f7f6e9ac
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ srcinfo_write_package() {
|
||||||
|
|
||||||
write_srcinfo_header() {
|
write_srcinfo_header() {
|
||||||
printf "# Generated by makepkg %s\n" "$makepkg_version"
|
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() {
|
write_srcinfo_content() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue