summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-06-14 10:49:34 +0200
committerMartchus2023-06-14 10:49:34 +0200
commit2ff05536f742e86697c2ce6ee41b7b04e91fe968 (patch)
treebd4c5bcc6f6298460d5b1c306cddb8b2ba777d47
parentc10d6d7a454b12a9852f1cb92475ea34620a0982 (diff)
downloadaur-2ff05536f742e86697c2ce6ee41b7b04e91fe968.tar.gz
Update to 5.15.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.sh.ep2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f1337183bb7..9cd41960e68c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-3d
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 = i686
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-qt5-3d
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
diff --git a/PKGBUILD b/PKGBUILD
index 248d08218035..e9674adda1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d
-pkgver=5.15.9
+pkgver=5.15.10
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
depends=('mingw-w64-qt5-declarative' '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')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index e0d1786f877b..8ad2cc8d38d9 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -4,7 +4,7 @@
# Contributor: ant32 <antreimer@gmail.com>
% end
\
-pkgver=5.15.9
+pkgver=5.15.10
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"