summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2022-08-02 20:34:48 +0200
committerMartchus2022-08-02 20:34:48 +0200
commitc06f202a2244d9ebafe4d72b4252eb30d68b9f99 (patch)
tree95a2de78226aff3c7d54e4a114d586e7fc0b6993 /PKGBUILD
parentc5e71ef25613d259d2f4dd3535868a326a44c559 (diff)
downloadaur-c06f202a2244d9ebafe4d72b4252eb30d68b9f99.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 89f1f6e9d181..5fabb9f2de69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ _reponame=qtutilities
_cfg=qt6
pkgname=qtutilities-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=6.6.2
-pkgrel=3
+pkgver=6.7.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)'
license=('GPL')
@@ -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=('6be07b06d7319b907bbd6b88b55b5367ce935443a92c1953116f9dbad8363000')
+sha256sums=('1ac2fe87f90de9b9ebc5e471ffb799c66e07234be0134def6a8be821a1cf2204')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"