summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD10
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92561336dcc9..73e472285438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:55 UTC 2016
pkgbase = mingw-w64-qt5-declarative
pkgdesc = Classes for QML and JavaScript languages (mingw-w64)
- pkgver = 5.5.0
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org
+ url = https://www.qt.io/
arch = any
groups = mingw-w64-qt
groups = mingw-w64-qt5
@@ -13,9 +15,9 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtdeclarative-opensource-src-5.5.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtdeclarative-opensource-src-5.5.1.tar.xz
source = qt5-build-qmldevtools-as-shared-library.patch
- md5sums = 1452c92f8c660dc7d23d9e17d89f8716
+ md5sums = b7997c9d8df4ea60945229883f9ce8ed
md5sums = 6c445ba7713b69d90f52bb2242303853
pkgname = mingw-w64-qt5-declarative
diff --git a/PKGBUILD b/PKGBUILD
index 11c7f3d29d66..4eb9a32c2579 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
+# Maintainer: Martchus <martchus@gmx.net>
# Contributor: Filip Brcic <brcha@gna.org>
+
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=(any)
pkgdesc="Classes for QML and JavaScript languages (mingw-w64)"
@@ -10,11 +12,11 @@ makedepends=(mingw-w64-gcc python)
options=(!strip !buildflags staticlibs)
groups=(mingw-w64-qt mingw-w64-qt5)
license=("custom, FDL, GPL3, LGPL")
-url="http://qt-project.org"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz"
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
"qt5-build-qmldevtools-as-shared-library.patch")
-md5sums=('1452c92f8c660dc7d23d9e17d89f8716'
+md5sums=('b7997c9d8df4ea60945229883f9ce8ed'
'6c445ba7713b69d90f52bb2242303853')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"