summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-12-07 20:40:34 +0100
committerMartchus2021-12-07 20:40:34 +0100
commit84b6c54d749dd54d9dcf375938c785b27c4441da (patch)
treed4a6851271ff28539c98d8d15a0b28599439a64a
parent63c91d8e532f35808803c300120d8f3832b529fe (diff)
downloadaur-84b6c54d749dd54d9dcf375938c785b27c4441da.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 4de7cc1a7981..19407e081939 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.2
+ pkgver = 6.5.3
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.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.5.2.tar.gz
- sha256sums = 01afcb59312615129de29d339255224ca09c5fee050659b7896ea880483bd311
+ source = qtutilities-6.5.3.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.5.3.tar.gz
+ sha256sums = 17b5bf0db407ff1408ba1d2be6be3fc80de5dbd3fab78f6a66f55b6c4c0b6e22
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index be6477d196dd..87cb8708cfc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.5.2
+pkgver=6.5.3
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=('01afcb59312615129de29d339255224ca09c5fee050659b7896ea880483bd311')
+sha256sums=('17b5bf0db407ff1408ba1d2be6be3fc80de5dbd3fab78f6a66f55b6c4c0b6e22')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"