summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip A Reimer2015-08-26 20:36:05 -0600
committerPhilip A Reimer2015-08-26 20:36:05 -0600
commitab1ddfcda9e1a299b5d896a91b0dc07a0f89bd4a (patch)
tree7fc43894d726d46a08c56622866935d2157cc43d /PKGBUILD
parentf204c98b4c35e769d04f254c05183e8affee9271 (diff)
downloadaur-ab1ddfcda9e1a299b5d896a91b0dc07a0f89bd4a.tar.gz
Update to 5.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f23a5d39b50..832771b46daf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
-pkgver=5.4.2
+pkgver=5.5.0
pkgrel=1
arch=('any')
pkgdesc="Qt5 for Windows -- QtImageformats module (mingw-w64)"
@@ -13,8 +13,8 @@ options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
url="http://qt-project.org/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.4/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('b09f8aa0b04c96fddbdff623e7b4c17a')
+source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('72cbebfda5253dece90fa90ded64e953')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"