diff options
author | Martchus | 2022-09-10 20:52:03 +0200 |
---|---|---|
committer | Martchus | 2022-09-10 20:52:03 +0200 |
commit | f6ce27f20df5c57dfe2811a850754af2fdeb392c (patch) | |
tree | 0005c1ed3ab8de4b9a2cbd83d13891de18045853 | |
parent | 97c158e32bbdb2d17f13fd084adb0a429f17d0fe (diff) | |
download | aur-f6ce27f20df5c57dfe2811a850754af2fdeb392c.tar.gz |
Rebase against Qt 5.15.6
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt5-xmlpatterns-static pkgdesc = Support for XPath, XQuery, XSLT and XML schema validation (mingw-w64) - pkgver = 5.15.4+kde+r0 + pkgver = 5.15.6+kde+r0 pkgrel = 1 url = https://www.qt.io/ arch = any @@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-xmlpatterns-static options = !strip options = !buildflags options = staticlibs - source = git+https://invent.kde.org/qt/qt/qtxmlpatterns#commit=dfcae10dec8c1c2c544ad0cd303cea113b0af51d + source = git+https://invent.kde.org/qt/qt/qtxmlpatterns#commit=30e6c84fe2752cde8b53aff9d38c2095cd7c8761 sha256sums = SKIP pkgname = mingw-w64-qt5-xmlpatterns-static @@ -10,14 +10,14 @@ _qt_module=qtxmlpatterns pkgname=mingw-w64-qt5-xmlpatterns-static -pkgver=5.15.4 +pkgver=5.15.6 pkgrel=1 arch=('any') pkgdesc="Support for XPath, XQuery, XSLT and XML schema validation (mingw-w64)" depends=('mingw-w64-qt5-base-static') makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config') license=('GPL3' 'LGPL3' 'FDL' 'custom') -_commit=dfcae10dec8c1c2c544ad0cd303cea113b0af51d +_commit=30e6c84fe2752cde8b53aff9d38c2095cd7c8761 _basever=$pkgver pkgver+=+kde+r0 makedepends+=('git') |