diff options
author | Martchus | 2024-01-09 17:38:21 +0100 |
---|---|---|
committer | Martchus | 2024-01-09 17:38:21 +0100 |
commit | d435aae3302345223d88d4cbbd7c8b9b5989f86e (patch) | |
tree | c4d3875e5df67b58a06d3b232c64537e491de838 | |
parent | f7c6233920dd50e2aa3e54db110d491c6754ffa7 (diff) | |
download | aur-d435aae3302345223d88d4cbbd7c8b9b5989f86e.tar.gz |
Update to 5.15.12
-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-charts-static pkgdesc = Provides a set of easy to use chart components (mingw-w64) - pkgver = 5.15.11 + pkgver = 5.15.12 pkgrel = 1 url = https://www.qt.io/ arch = any @@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt5-charts-static options = !strip options = !buildflags options = staticlibs - source = git+https://invent.kde.org/qt/qt/qtcharts#commit=e17308d5ce83a8b66aeeaaaf16ce16d4ee6b2826 + source = git+https://invent.kde.org/qt/qt/qtcharts#commit=393a84ad5b16a9ec93d8a44bebf1ae86e881bc06 sha256sums = SKIP pkgname = mingw-w64-qt5-charts-static @@ -9,7 +9,7 @@ _qt_module=qtcharts pkgname=mingw-w64-qt5-charts-static -pkgver=5.15.11 +pkgver=5.15.12 pkgrel=1 arch=('any') pkgdesc="Provides a set of easy to use chart components (mingw-w64)" @@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-base-static' 'mingw-w64-pkg-config') optdepends=('mingw-w64-qt5-declarative-static: QML bindings') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative-static') license=('GPL3' 'LGPL' 'FDL' 'custom') -_commit=e17308d5ce83a8b66aeeaaaf16ce16d4ee6b2826 +_commit=393a84ad5b16a9ec93d8a44bebf1ae86e881bc06 _basever=${pkgver%%+*} makedepends+=('git') options=('!strip' '!buildflags' 'staticlibs') |