summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-01-07 14:25:50 +0100
committerMartchus2023-01-07 14:25:50 +0100
commit9c3ebd1d8ae01dde337955a6d52874d5e6321dd8 (patch)
tree087f9177269f55f9670179e2d09cbdd2fd013a26
parent891662b10d95f6e19ce2c48ee13bafbd859636ec (diff)
downloadaur-9c3ebd1d8ae01dde337955a6d52874d5e6321dd8.tar.gz
Update to 5.15.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceeef9c7b44b..1c9268a2e905 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-winextras-static
pkgdesc = Classes and functions that enable you to use Windows-specific functions (mingw-w64)
- pkgver = 5.15.7
+ pkgver = 5.15.8
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt5-winextras-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtwinextras#commit=2a04b162451460ffc208c2c27acce16a18f763ce
+ source = git+https://invent.kde.org/qt/qt/qtwinextras#commit=48318520a4031167c4c0ad559e1a11b2f4c053d6
sha256sums = SKIP
pkgname = mingw-w64-qt5-winextras-static
diff --git a/PKGBUILD b/PKGBUILD
index 10475668cc62..f6794bd80863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qtwinextras
pkgname=mingw-w64-qt5-winextras-static
-pkgver=5.15.7
+pkgver=5.15.8
pkgrel=1
arch=('any')
pkgdesc="Classes and functions that enable you to use Windows-specific functions (mingw-w64)"
depends=('mingw-w64-qt5-base-static' 'mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'LGPL2.1' 'FDL' 'custom')
-_commit=2a04b162451460ffc208c2c27acce16a18f763ce
+_commit=48318520a4031167c4c0ad559e1a11b2f4c053d6
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')