summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7484abf1b041..920be2c25d10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)
- pkgver = 5.12.1
+ pkgver = 5.12.2
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = any
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-qtutilities
options = staticlibs
options = !strip
options = !emptydirs
- source = qtutilities-5.12.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.12.1.tar.gz
- sha256sums = 1a981321ac7d1f6af408e6ddb1c19a14f3abd62b054b6144f362b60f1687d681
+ source = qtutilities-5.12.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v5.12.2.tar.gz
+ sha256sums = 636d3bc9f378e413d14d349b03849ad3da70290f6a25b36bdc80e4fda35776b0
pkgname = mingw-w64-qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 3370b795f2cb..5c075bd57538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=qtutilities
pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-}
-pkgver=5.12.1
+pkgver=5.12.2
pkgrel=1
arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)'
@@ -16,7 +16,7 @@ optdepends=("$_name-doc: API documentation")
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('1a981321ac7d1f6af408e6ddb1c19a14f3abd62b054b6144f362b60f1687d681')
+sha256sums=('636d3bc9f378e413d14d349b03849ad3da70290f6a25b36bdc80e4fda35776b0')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] ||