summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip A Reimer2015-08-26 21:16:38 -0600
committerPhilip A Reimer2015-08-26 21:16:38 -0600
commit004d938e55fd5c5d4697985b09f5bb69fea6eda3 (patch)
tree8abd998683bd96b8b7f9b33b9c89ea4b057a09a3
parent39e0640ce842d514a09907f4c7e0bd264cd8c00d (diff)
downloadaur-004d938e55fd5c5d4697985b09f5bb69fea6eda3.tar.gz
Update to 5.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea976449dca3..d08df1e4b527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-winextras
pkgdesc = Qt5 for Windows -- QtWinExtras component (mingw-w64)
- pkgver = 5.4.2
+ pkgver = 5.5.0
pkgrel = 1
url = http://qt-project.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-qt5-winextras
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.4/5.4.2/submodules/qtwinextras-opensource-src-5.4.2.tar.xz
- md5sums = 11c3949a279ca6339e70cceed8d45ea2
+ source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtwinextras-opensource-src-5.5.0.tar.xz
+ md5sums = d6cbcbf3464d35a057ae08a6cd91aa29
pkgname = mingw-w64-qt5-winextras
diff --git a/PKGBUILD b/PKGBUILD
index 03c61f787f66..8af0cbf8d07b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ant32 <antreimer@gmail.com>
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.4.2
+pkgver=5.5.0
pkgrel=1
arch=('any')
pkgdesc="Qt5 for Windows -- QtWinExtras component (mingw-w64)"
@@ -11,8 +11,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=('11c3949a279ca6339e70cceed8d45ea2')
+source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('d6cbcbf3464d35a057ae08a6cd91aa29')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"