summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-04-10 21:44:14 +0200
committerMartchus2023-04-10 21:44:14 +0200
commit23e91ee174915af6a923a339604288e9737d7f4d (patch)
treebcf52796c5e22307f122f300c028bf447ba1fae1
parentbacd290ea308a17236ea3c48b159cc8949e55c80 (diff)
downloadaur-23e91ee174915af6a923a339604288e9737d7f4d.tar.gz
Rebase on 5.15.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34068f8c647..04e416cd09ae 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.8
+ pkgver = 5.15.9
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=c3c7e6ebc29cce466d954f72f340a257d76b5ec2
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=e94b0fa39a2f4bf260969fb18bf075dba39b2df1
sha256sums = SKIP
pkgname = mingw-w64-qt5-3d-static
diff --git a/PKGBUILD b/PKGBUILD
index e5081bc519ff..4e5a3f3c0f82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d-static
-pkgver=5.15.8
+pkgver=5.15.9
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=c3c7e6ebc29cce466d954f72f340a257d76b5ec2
+_commit=e94b0fa39a2f4bf260969fb18bf075dba39b2df1
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')