summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-09-10 20:52:42 +0200
committerMartchus2022-09-10 20:52:42 +0200
commit5f34b36b906088557344aeba023b8f357b54e433 (patch)
treeaa2135ab1ad53f8f7ce8af6b12478f9f2497bf23
parentdc53a74dbe8cfd2c2ee9bbdd96541c03655d9bf0 (diff)
downloadaur-5f34b36b906088557344aeba023b8f357b54e433.tar.gz
Rebase against Qt 5.15.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.sh.ep2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f3d0f7a6946..2d7293a4c828 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.4+kde+r17
+ pkgver = 5.15.6+kde+r6
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=5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=fe5fca853c09c7e03a2ff66dac21584e3307984d
sha256sums = SKIP
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index 578db6f158a2..b16d2e4b403e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,16 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d
-pkgver=5.15.4
+pkgver=5.15.6
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=5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016
+_commit=fe5fca853c09c7e03a2ff66dac21584e3307984d
_basever=$pkgver
-pkgver+=+kde+r17
+pkgver+=+kde+r6
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index eebab983de6a..be7daa34c5f1 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -4,7 +4,7 @@
# Contributor: ant32 <antreimer@gmail.com>
% end
\
-pkgver=5.15.4
+pkgver=5.15.6
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"