timestamps-fix() {
  touch -c -d "2023-10-04 12:46:15.000000000 +0800" "usr/share/julia/arch-site/Cubature/test/runtests.jl"
  touch -c -d "2023-10-04 12:46:15.000000000 +0800" "usr/share/julia/arch-site/Cubature/src/Cubature.jl"
  touch -c -d "2023-10-04 12:46:15.000000000 +0800" "usr/share/julia/arch-site/Cubature/README.md"
  touch -c -d "2023-10-04 12:46:25.204842906 +0800" "usr/share/julia/arch-site/Cubature/Project.toml"
  touch -c -d "2023-10-04 12:46:15.000000000 +0800" "usr/share/julia/arch-site/Cubature/LICENSE.md"
}
post_install() {
  timestamps-fix
}
post_upgrade() {
  timestamps-fix
}
