diff options
author | Martchus | 2024-01-09 17:38:53 +0100 |
---|---|---|
committer | Martchus | 2024-01-09 17:38:53 +0100 |
commit | b90fd26522af989fc374bce1fc63ce299f20aef0 (patch) | |
tree | cbcb9c10edaa71bbf4f6fedf910f82f6413f2c31 | |
parent | d98a3c5c1c1b36d5d7742e1ea864f89dcc58402b (diff) | |
download | aur-b90fd26522af989fc374bce1fc63ce299f20aef0.tar.gz |
Update to 5.15.12
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt5-activeqt pkgdesc = ActiveX integration framework (mingw-w64) - pkgver = 5.15.11 + pkgver = 5.15.12 pkgrel = 1 url = https://www.qt.io/ arch = any @@ -20,7 +20,7 @@ pkgbase = mingw-w64-qt5-activeqt options = !strip options = !buildflags options = staticlibs - source = git+https://invent.kde.org/qt/qt/qtactiveqt#commit=2ed4be9e852d2533b982493a26bf061b245dc106 + source = git+https://invent.kde.org/qt/qt/qtactiveqt#commit=4fc1cba4c415d84a5879da29f7c459b70fbc15e9 source = 0001-Don-t-require-windows.h-when-using-native-Linux-gcc.patch source = 0002-Handle-win64-in-dumpcpp-and-MetaObjectGenerator-read.patch sha256sums = SKIP @@ -15,14 +15,14 @@ _qt_module=qtactiveqt pkgname=mingw-w64-qt5-activeqt -pkgver=5.15.11 +pkgver=5.15.12 pkgrel=1 arch=('any') pkgdesc="ActiveX integration framework (mingw-w64)" depends=('mingw-w64-qt5-base') makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'python') license=('GPL3' 'LGPL3' 'LGPL2.1' 'FDL' 'custom') -_commit=2ed4be9e852d2533b982493a26bf061b245dc106 +_commit=4fc1cba4c415d84a5879da29f7c459b70fbc15e9 _basever=${pkgver%%+*} makedepends+=('git') options=('!strip' '!buildflags' 'staticlibs') diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 75defc88c7c8..cde116006a2c 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -10,7 +10,7 @@ % end \ -pkgver=5.15.11 +pkgver=5.15.12 pkgrel=1 arch=('any') pkgdesc="ActiveX integration framework (mingw-w64)" |