summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-04-10 21:44:13 +0200
committerMartchus2023-04-10 21:44:13 +0200
commitc10d6d7a454b12a9852f1cb92475ea34620a0982 (patch)
treef427a8efaec86037fddc4d88521a7c1da0eeed70
parentd25444e22f6e70048d6ccb2898e54ba49a0e09e2 (diff)
downloadaur-c10d6d7a454b12a9852f1cb92475ea34620a0982.tar.gz
Rebase on 5.15.9
-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 0f3df815054e..3f1337183bb7 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.8
+ pkgver = 5.15.9
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=c3c7e6ebc29cce466d954f72f340a257d76b5ec2
+ source = git+https://invent.kde.org/qt/qt/qt3d#commit=e94b0fa39a2f4bf260969fb18bf075dba39b2df1
sha256sums = SKIP
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index cd5c36280071..248d08218035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qt3d
pkgname=mingw-w64-qt5-3d
-pkgver=5.15.8
+pkgver=5.15.9
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=c3c7e6ebc29cce466d954f72f340a257d76b5ec2
+_commit=e94b0fa39a2f4bf260969fb18bf075dba39b2df1
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 2f9b8e800b9a..e0d1786f877b 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -4,7 +4,7 @@
# Contributor: ant32 <antreimer@gmail.com>
% end
\
-pkgver=5.15.8
+pkgver=5.15.9
pkgrel=1
arch=(<%== include 'fragments/mingw-w64-qt5-non_any_archs' %>)
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"