summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-11-02 16:09:04 +0100
committerMartchus2022-11-02 16:09:04 +0100
commit4e4d157573551612dfae6294ca3425f6ea99830a (patch)
tree4ed865b75ca7b76d32453b782e5c22ef606a865c /PKGBUILD
parentb471745c2514c337a220b2b657d494f7be9e2802 (diff)
downloadaur-4e4d157573551612dfae6294ca3425f6ea99830a.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 51679cc8556f..215eabe377e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _reponame=qtutilities
_cfg=qt6
pkgname=qtutilities-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=6.9.0
+pkgver=6.10.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)'
@@ -18,7 +18,7 @@ optdepends=("$_name-doc: API documentation")
provides=(libqtutilities-qt6.so)
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('59ad79da682cb626a3fb767b7f84781c4c5352e40f356d2ebd06522c62530e2c')
+sha256sums=('420dfea8864271bc8bac080edb7b8ba2aab1efd2f723e33793d2c8049a2ef935')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"