summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-10-09 15:03:24 +0200
committerMartchus2023-10-09 15:03:24 +0200
commit7f598f032cb50c3658326e320293a68dbfdee659 (patch)
tree78eb39fbb8dbe661050d0d81ea5113ca0cdf2cc3
parent2ff05536f742e86697c2ce6ee41b7b04e91fe968 (diff)
downloadaur-7f598f032cb50c3658326e320293a68dbfdee659.tar.gz
Update to 5.15.11
-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 9cd41960e68c..868fbae7c3a5 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.10
+ pkgver = 5.15.11
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=01aa0a9cb22ce5ed2b7ead03ed9cbeb5f978e897
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=c1f8fa2578d99e07f5e581f26bd532695b9534f9
sha256sums = SKIP
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index e9674adda1dc..2797b8191136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d
-pkgver=5.15.10
+pkgver=5.15.11
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=01aa0a9cb22ce5ed2b7ead03ed9cbeb5f978e897
+_commit=c1f8fa2578d99e07f5e581f26bd532695b9534f9
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 8ad2cc8d38d9..1d53b3e631be 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -4,7 +4,7 @@
# Contributor: ant32 <antreimer@gmail.com>
% end
\
-pkgver=5.15.10
+pkgver=5.15.11
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"