timestamps-fix() {
  touch -c -d "2023-10-04 05:07:04.000000000 +0800" "usr/share/julia/arch-site/Showoff/test/runtests.jl"
  touch -c -d "2023-10-04 05:07:04.000000000 +0800" "usr/share/julia/arch-site/Showoff/src/ryu.jl"
  touch -c -d "2023-10-04 05:07:04.000000000 +0800" "usr/share/julia/arch-site/Showoff/src/grisu.jl"
  touch -c -d "2023-10-04 05:07:04.000000000 +0800" "usr/share/julia/arch-site/Showoff/src/Showoff.jl"
  touch -c -d "2023-10-04 05:07:04.000000000 +0800" "usr/share/julia/arch-site/Showoff/README.md"
  touch -c -d "2023-10-04 05:07:15.095968000 +0800" "usr/share/julia/arch-site/Showoff/Project.toml"
  touch -c -d "2023-10-04 05:07:04.000000000 +0800" "usr/share/julia/arch-site/Showoff/LICENSE.md"
}
post_install() {
  timestamps-fix
}
post_upgrade() {
  timestamps-fix
}
