summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2019-10-12 23:54:37 +0200
committerMartchus2019-10-12 23:54:37 +0200
commit09c67b28855024d6c87b8303c918a95920bf23dc (patch)
treef69c25e4c8c543e92d6188cd6f7018bd544cd1b0 /PKGBUILD
parent47c749ab3ec798c70f8a67c976810ea63f87f359 (diff)
downloadaur-09c67b28855024d6c87b8303c918a95920bf23dc.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 d88308a0a4bd..03e20d84e1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=qtutilities
pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-}
-pkgver=6.0.1
+pkgver=6.0.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=('76256c1a21914ce6ab45c84d72489fdfa16327854ece2cb2d919be90e7d3c33c')
+sha256sums=('a2d111a60c5c609e7771ab57a89f7c9927f4e783e9c26cec0b296b2f0831bcb5')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')