summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-02-11 17:51:26 +0100
committerMichel Zou2017-02-11 17:51:26 +0100
commit03193601ec69018fde43e6fbf43c7bc74c10c375 (patch)
treedeeab2f97c97880d75c3bbca04e123577a262372
parenta5a81d4371344794dda61bd6081037c1bd57035f (diff)
downloadaur-03193601ec69018fde43e6fbf43c7bc74c10c375.tar.gz
use -qt4 suffix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 614325584171..2842a77a609a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 11 10:46:42 UTC 2017
+# Sat Feb 11 16:51:26 UTC 2017
pkgbase = mingw-w64-qt4
pkgdesc = A cross-platform application and UI framework (mingw-w64)
pkgver = 4.8.7
diff --git a/PKGBUILD b/PKGBUILD
index 71f180b8c0de..204a10eeb90d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -282,8 +282,8 @@ package() {
sed -i s@'$${QT_LIBINFIX}d'@'d$${QT_LIBINFIX}'@ "${pkgdir}"/usr/${_arch}/share/qt4/mkspecs/features/qt_functions.prf
# xmlpatterns.exe, xmlpatternsvalidator.exe conflict with qt5 ones
- mv "${pkgdir}"/usr/${_arch}/bin/xmlpatterns.exe "${pkgdir}"/usr/${_arch}/bin/xmlpatterns4.exe
- mv "${pkgdir}"/usr/${_arch}/bin/xmlpatternsvalidator.exe "${pkgdir}"/usr/${_arch}/bin/xmlpatternsvalidator4.exe
+ mv "${pkgdir}"/usr/${_arch}/bin/xmlpatterns.exe "${pkgdir}"/usr/${_arch}/bin/xmlpatterns-qt4.exe
+ mv "${pkgdir}"/usr/${_arch}/bin/xmlpatternsvalidator.exe "${pkgdir}"/usr/${_arch}/bin/xmlpatternsvalidator-qt4.exe
fi
if isDebug; then