summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-01-07 14:25:43 +0100
committerMartchus2023-01-07 14:25:43 +0100
commitbacd290ea308a17236ea3c48b159cc8949e55c80 (patch)
treea1dfc2a6aa0c9c7d6af8a335a863d3848566d57e
parent9882f3c64d11973bfc6ce7e76cdf57035ec9a00f (diff)
downloadaur-bacd290ea308a17236ea3c48b159cc8949e55c80.tar.gz
Update to 5.15.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02533a4abe3e..a34068f8c647 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.7+kde+r6
+ pkgver = 5.15.8
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=0ff905d194e273e04e95b72dbbfd4e58193ecbaa
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=c3c7e6ebc29cce466d954f72f340a257d76b5ec2
sha256sums = SKIP
pkgname = mingw-w64-qt5-3d-static
diff --git a/PKGBUILD b/PKGBUILD
index 582da4862f83..e5081bc519ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,15 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d-static
-pkgver=5.15.7
+pkgver=5.15.8
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=0ff905d194e273e04e95b72dbbfd4e58193ecbaa
+_commit=c3c7e6ebc29cce466d954f72f340a257d76b5ec2
_basever=$pkgver
-pkgver+=+kde+r6
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')