summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2021-04-07 10:01:01 +0200
committerMartchus2021-04-07 10:01:01 +0200
commitd5bb816bd62385b6a483f573a8ce0403308b9b24 (patch)
tree06d8c5e981d3066d74b73edaa2d8a443d5267828 /PKGBUILD
parentc593bccb4a30c74689c6b84e31946471bb1cab37 (diff)
downloadaur-d5bb816bd62385b6a483f573a8ce0403308b9b24.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 6e9d9f1b0553..d6253d4eda13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _reponame=qtutilities
_cfg=qt6
pkgname=qtutilities-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=6.3.3
+pkgver=6.4.0
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (using Qt 6)'
@@ -17,7 +17,7 @@ makedepends=('cmake' 'ninja' 'qt6-tools' 'clang' 'mesa')
optdepends=("$_name-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('7f9054cdabdbf6e0afd7f27ae8ced59121349b5fcf15ce2638b5aa852d46ab4a')
+sha256sums=('c6c06a4e6648529e34e7f9bd12058d74b5e28ad755f99213dfd7d551b630ed70')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"