summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2023-06-06 18:30:23 +0200
committerMartchus2023-06-06 18:30:23 +0200
commit23d31fd0b12aaabc459946a08acedb03e10e2e7b (patch)
tree302e4dd6a3030c8dd7d7c936e28aca6b42b61398 /PKGBUILD
parentb4bfe5f354cc27edeb9557ca21069ac07a965493 (diff)
downloadaur-23d31fd0b12aaabc459946a08acedb03e10e2e7b.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9956c45cb7d2..869aba35e0bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=qtutilities
pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-}
-pkgver=6.12.0
+pkgver=6.12.1
pkgrel=1
arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)'
@@ -17,7 +17,7 @@ checkdepends=('mingw-w64-wine')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ninja')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('d3b8bc68c82d195cfeb4aa8d599c020774322aea7faebf5243e139088d89a82c')
+sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')