summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip A Reimer2015-08-26 20:31:32 -0600
committerPhilip A Reimer2015-08-26 20:31:32 -0600
commit0a7f83c85e5f2d2b30fefdbc5db7425eed195980 (patch)
tree9ad4c9b8f87fea7e268ca6dc302049718d88fef5
parentffcad4f2c9fa1000eb2e428e3927acefc841b806 (diff)
downloadaur-0a7f83c85e5f2d2b30fefdbc5db7425eed195980.tar.gz
Update to 5.5.0
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea3860735ca6..0ff9edffe8c3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.4.2
+pkgver=5.5.0
pkgrel=1
arch=('any')
pkgdesc="Qt5 for Windows -- QtTools 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=('2949a16131b54169119d1a14b891a10b')
+source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('2057ef2110b6a1aec260a69e2860a502')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"