summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-02-05 09:00:47 +0100
committerMartchus2020-02-05 09:00:47 +0100
commitfec056f760dae9a1210faad2f36d49a1ff2bc254 (patch)
treef6b8c394b0e2d6abb6250595f2ac980d812c51c5 /PKGBUILD
parentcbafa2566d3169ac5c1cf75d42a4d78b090ae188 (diff)
downloadaur-fec056f760dae9a1210faad2f36d49a1ff2bc254.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 f0f8b488a203..c8b121c096b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.0.3
+pkgver=6.0.4
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=('3f8fc59dc107f2a921068f5a49ce0b9f74e78a978330e80585d17325f5157ed5')
+sha256sums=('6de6ed2294ce81962bd1c0786b83a0a9f571c8a04691cada57fe09677a14f8b3')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"