timestamps-fix() {
  touch -c -d "2024-09-02 22:51:26.000000000 +0800" "usr/share/julia/arch-site/TestItems/LICENSE"
  touch -c -d "2024-09-02 22:51:42.587167248 +0800" "usr/share/julia/arch-site/TestItems/Project.toml"
  touch -c -d "2024-09-02 22:51:26.000000000 +0800" "usr/share/julia/arch-site/TestItems/README.md"
  touch -c -d "2024-09-02 22:51:26.000000000 +0800" "usr/share/julia/arch-site/TestItems/src/TestItems.jl"
  touch -c -d "2024-09-02 22:51:26.000000000 +0800" "usr/share/julia/arch-site/TestItems/test/runtests.jl"
}
post_install() {
  timestamps-fix
}
post_upgrade() {
  timestamps-fix
}
