summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-11-03 10:57:17 +0100
committerMartchus2021-11-03 10:57:17 +0100
commit63c91d8e532f35808803c300120d8f3832b529fe (patch)
treed4afc91fc947dd6cf4a1839eed2982e0eb1cb294
parent92e517b4c1da98d1a639f372bb9f3fe5b54934fa (diff)
downloadaur-63c91d8e532f35808803c300120d8f3832b529fe.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 0cc101b74509..4de7cc1a7981 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.5.1
+ pkgver = 6.5.2
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.5.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.5.1.tar.gz
- sha256sums = a0bb997e9ea8b53c4ba7ae40affd945d015c757f43d7a313b575a8a425bea180
+ source = qtutilities-6.5.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.5.2.tar.gz
+ sha256sums = 01afcb59312615129de29d339255224ca09c5fee050659b7896ea880483bd311
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index ef126602d4cd..be6477d196dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.5.1
+pkgver=6.5.2
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=('a0bb997e9ea8b53c4ba7ae40affd945d015c757f43d7a313b575a8a425bea180')
+sha256sums=('01afcb59312615129de29d339255224ca09c5fee050659b7896ea880483bd311')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"