summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-04-10 21:44:21 +0200
committerMartchus2023-04-10 21:44:21 +0200
commitb2f8533a62e80e9248e43736777e85ebed2c5df7 (patch)
treedcaf2c5d4ae931a84bc658d7b4670cc284391925
parent4502519ecd07fbc3f7a1143142421993c2edde70 (diff)
downloadaur-b2f8533a62e80e9248e43736777e85ebed2c5df7.tar.gz
Rebase on 5.15.9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89aa8c2bc50b..1289e2e2897f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-serialport-static
pkgdesc = Provides access to hardware and virtual serial ports (mingw-w64)
- pkgver = 5.15.8
+ pkgver = 5.15.9
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-serialport-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtserialport#commit=e2851096dc6f6a7cfa635d69ea950b382e3658ab
+ source = git+https://invent.kde.org/qt/qt/qtserialport#commit=7fb308ec721f034a0d673784d951577d764a8e67
sha256sums = SKIP
pkgname = mingw-w64-qt5-serialport-static
diff --git a/PKGBUILD b/PKGBUILD
index f3f4d41d4f31..57af87dd591c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_qt_module=qtserialport
pkgname=mingw-w64-qt5-serialport-static
-pkgver=5.15.8
+pkgver=5.15.9
pkgrel=1
arch=('any')
pkgdesc="Provides access to hardware and virtual serial ports (mingw-w64)"
depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=e2851096dc6f6a7cfa635d69ea950b382e3658ab
+_commit=7fb308ec721f034a0d673784d951577d764a8e67
_basever=$pkgver
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')