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