summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-01-09 17:37:26 +0100
committerMartchus2024-01-09 17:37:26 +0100
commite672a5483bb871589763d551e9ac56a223c3eb51 (patch)
treecb1c4097af9fdcc1356f3c3af52072157fa4ceff
parentd30e3c8266a0927244591fa2b6307c13bd69957b (diff)
downloadaur-e672a5483bb871589763d551e9ac56a223c3eb51.tar.gz
Update to 5.15.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 383f7ccfb134..dcb55f072dba 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.11
+ pkgver = 5.15.12
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=c1f8fa2578d99e07f5e581f26bd532695b9534f9
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=e1b1a0d2970fd384bd52c734a72536d8452ad070
sha256sums = SKIP
pkgname = mingw-w64-qt5-3d-static
diff --git a/PKGBUILD b/PKGBUILD
index ae203c7e0036..1bf173cbefaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d-static
-pkgver=5.15.11
+pkgver=5.15.12
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=c1f8fa2578d99e07f5e581f26bd532695b9534f9
+_commit=e1b1a0d2970fd384bd52c734a72536d8452ad070
_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')