summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-08-02 20:34:46 +0200
committerMartchus2022-08-02 20:34:46 +0200
commitb15076e44bff8f2881cccbd3c24f45bdc94ae68b (patch)
tree9265e903ab27d1514b904b0e958f3d744d7540f3 /PKGBUILD
parente041621d4ddde724b971ba1e17cc91391a41d9f7 (diff)
downloadaur-b15076e44bff8f2881cccbd3c24f45bdc94ae68b.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3e68d3854e6..78c15050e4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_reponame=qtutilities
pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-}
-pkgver=6.6.2
-pkgrel=2
+pkgver=6.7.0
+pkgrel=1
arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)'
license=('GPL')
@@ -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=('6be07b06d7319b907bbd6b88b55b5367ce935443a92c1953116f9dbad8363000')
+sha256sums=('1ac2fe87f90de9b9ebc5e471ffb799c66e07234be0134def6a8be821a1cf2204')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')