timestamps-fix() {
  touch -c -d "2024-04-12 00:08:35.000000000 +0800" "usr/share/julia/arch-site/Missings/LICENSE.md"
  touch -c -d "2024-04-12 00:08:56.411913257 +0800" "usr/share/julia/arch-site/Missings/Project.toml"
  touch -c -d "2024-04-12 00:08:35.000000000 +0800" "usr/share/julia/arch-site/Missings/README.md"
  touch -c -d "2024-04-12 00:08:35.000000000 +0800" "usr/share/julia/arch-site/Missings/src/Missings.jl"
  touch -c -d "2024-04-12 00:08:35.000000000 +0800" "usr/share/julia/arch-site/Missings/test/runtests.jl"
}
post_install() {
  timestamps-fix
}
post_upgrade() {
  timestamps-fix
}
