summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-08-17 21:57:17 +0200
committerMartchus2021-08-17 21:57:17 +0200
commit3275c3a17cd59ad9b2aaaf8d9e5f746bea09107c (patch)
treede04d909d73b605dd99bd0ac8cd41da8940eaa24
parent85d6cb569d496e2be443d9bd26cc23d74a94bb31 (diff)
downloadaur-3275c3a17cd59ad9b2aaaf8d9e5f746bea09107c.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c73adee051c3..5a8d503177e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
- pkgver = 6.4.2
+ pkgver = 6.5.0
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -16,7 +16,7 @@ pkgbase = qtutilities
depends = c++utilities
depends = qt5-base
optdepends = qtutilities-doc: API documentation
- source = qtutilities-6.4.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.4.2.tar.gz
- sha256sums = a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026
+ source = qtutilities-6.5.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.5.0.tar.gz
+ sha256sums = 8b5b05b274655a33ff8da3af9f1d827a69dc23590bbe138318774524d80a6b9d
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index eac2b9a88c71..5b44ecbe84b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.4.2
+pkgver=6.5.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'
@@ -15,7 +15,7 @@ makedepends=('cmake' 'ninja' '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=('a09decbde9ddbeefe09b4c3febeea4cbadaf5eb0da1533acd9c03eb046b75026')
+sha256sums=('8b5b05b274655a33ff8da3af9f1d827a69dc23590bbe138318774524d80a6b9d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"