summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-05-06 19:19:05 +0200
committerMartchus2020-05-06 19:19:05 +0200
commit0d0a97750a3c8872cef64d71fc3997aba7206e53 (patch)
treec1a1bbe1a571706133f7dff7b4ecdc693e52deac /PKGBUILD
parent4bc62e323956390b511cdf04b59ccbb643f638ca (diff)
downloadaur-0d0a97750a3c8872cef64d71fc3997aba7206e53.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 d7ab867ef188..b19823ec9304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.0.5
+pkgver=6.0.6
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'
@@ -15,7 +15,7 @@ makedepends=('cmake' 'qt5-tools' 'mesa')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('2b443d8fc71e30f6aac5bf686ce06d7c6021b787415c6abe73ff7e76096fd018')
+sha256sums=('6e853502cc3a636d82e64f23e96050f8357f2937bca35ef3359c2ec75e8fedf3')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"