summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:48 +0100
committerMartchus2017-02-09 21:00:48 +0100
commit8272758e845543e12a1144cb08b0b90bc0417961 (patch)
tree8f57a0ba42232ed605e992b44f997680ac7e8660
parent4760e87d7dd81ecd2b445db0a64ac2000a49a7d3 (diff)
downloadaur-8272758e845543e12a1144cb08b0b90bc0417961.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c63d7f1890..204d8672c3ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,27 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 12:06:47 UTC 2016
+# Thu Feb 9 20:00:47 UTC 2017
pkgbase = mingw-w64-qt5-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
- pkgver = 5.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
arch = x86_64
+ groups = mingw-w64-qt5
license = GPL3
license = LGPL3
license = FDL
license = custom
makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-declarative
optdepends = mingw-w64-qt5-base-static: use of static libraries
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qt3d-opensource-src-5.7.1.tar.xz
- md5sums = 5ddde27e7fa6eb1e422a1f54d8a7cbeb
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qt3d-opensource-src-5.8.0.tar.xz
+ md5sums = 048bc9762f1da4773384911122b116c4
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index 42affa6d8036..55af7ca28f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,18 +9,19 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-declarative')
-makedepends=('mingw-w64-gcc')
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-url="https://www.qt.io/"
+url='https://www.qt.io/'
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('5ddde27e7fa6eb1e422a1f54d8a7cbeb')
+md5sums=('048bc9762f1da4773384911122b116c4')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \