summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:52:35 +0100
committerMartchus2016-02-03 23:52:35 +0100
commit04a8301938af436cd488260748edbb55747886ae (patch)
treea717c9b682b26632f86d9a85491edbedec0e40a9
parent5c64e79f4d156e95fc9f574d98fd005908bb66c7 (diff)
downloadaur-04a8301938af436cd488260748edbb55747886ae.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7caa6da8247a..affb00cbb7af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:54 UTC 2016
pkgbase = mingw-w64-qt5-3d
- pkgdesc = Qt5 for Windows -- Qt3d module (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org/
+ url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
@@ -13,8 +15,8 @@ pkgbase = mingw-w64-qt5-3d
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qt3d-opensource-src-5.5.0.tar.xz
- md5sums = 508c90c3a2a5f37f0f7c2dd696ab10f5
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qt3d-opensource-src-5.5.1.tar.xz
+ md5sums = 872dfbe166154c2e0e89317ab23d2cd6
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index 6c038310d097..1d96b7749314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- Qt3d module (mingw-w64)"
+pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative' 'mingw-w64-qt5-quick1')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('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")
-md5sums=('508c90c3a2a5f37f0f7c2dd696ab10f5')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('872dfbe166154c2e0e89317ab23d2cd6')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"