summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-06-14 10:49:37 +0200
committerMartchus2023-06-14 10:49:37 +0200
commitfa242dcec95c337281431fdd9df6e35532d6727d (patch)
tree5c8284c83c41e68ead7c235dfd29b9cd22c4b7ff
parent23e91ee174915af6a923a339604288e9737d7f4d (diff)
downloadaur-fa242dcec95c337281431fdd9df6e35532d6727d.tar.gz
Update to 5.15.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e416cd09ae..cb0fd66f32e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-3d-static
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
- pkgver = 5.15.9
+ pkgver = 5.15.10
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-qt5-3d-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qt3d#commit=e94b0fa39a2f4bf260969fb18bf075dba39b2df1
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=01aa0a9cb22ce5ed2b7ead03ed9cbeb5f978e897
sha256sums = SKIP
pkgname = mingw-w64-qt5-3d-static
diff --git a/PKGBUILD b/PKGBUILD
index 4e5a3f3c0f82..3c13cba34d80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d-static
-pkgver=5.15.9
+pkgver=5.15.10
pkgrel=1
arch=('any')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-declarative-static' 'mingw-w64-assimp')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-vulkan-headers' 'assimp')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=e94b0fa39a2f4bf260969fb18bf075dba39b2df1
+_commit=01aa0a9cb22ce5ed2b7ead03ed9cbeb5f978e897
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')