diff --git a/repos/community-any/PKGBUILD b/repos/community-any/PKGBUILD index 1109e63..81266cb 100644 --- a/repos/community-any/PKGBUILD +++ b/repos/community-any/PKGBUILD @@ -16,8 +16,12 @@ sha512sums=('e5591bcb83ca7e7644b1d06e604834369973bfba5050bd6890ad57125731981cda1 prepare() { cd ${_pkgname}-${pkgver} - sed -e 's/April 2010 15:46/April 2010 um 15:46/' \ + sed -e 's/April 2010 15:46/April 2010, 15:46/' \ -e 's/12.04.2010 15:46:00/12.04.2010, 15:46:00/' \ + -e $'s/Apr 12, 2010, 1:46:00 PM/Apr 12, 2010, 1:46:00\u202fPM/' \ + -e $'s/Apr 12, 2010, 3:46:00 PM/Apr 12, 2010, 3:46:00\u202fPM/' \ + -e $'s/1:46:00 PM/1:46:00\u202fPM/' \ + -e $'s/3:46:00 PM/3:46:00\u202fPM/' \ -i tests/tests.py }