summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-04-06 01:41:10 +0200
committerMartchus2022-04-06 01:41:10 +0200
commit43db04615e500033ddaf9f5aeb84761a6af8aff1 (patch)
tree0e417ac188252c97dc910dd6c12e76a34338a88c
parent84b6c54d749dd54d9dcf375938c785b27c4441da (diff)
downloadaur-43db04615e500033ddaf9f5aeb84761a6af8aff1.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 19407e081939..3cc7e6803d40 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.3
+ pkgver = 6.6.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.5.3.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.5.3.tar.gz
- sha256sums = 17b5bf0db407ff1408ba1d2be6be3fc80de5dbd3fab78f6a66f55b6c4c0b6e22
+ source = qtutilities-6.6.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.6.0.tar.gz
+ sha256sums = 2dda37fd6e1cd957f0a2b395ce424ca23cfc893310c0cebc82d89dc960239d13
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index 87cb8708cfc2..c6ac718c6e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.5.3
+pkgver=6.6.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=('17b5bf0db407ff1408ba1d2be6be3fc80de5dbd3fab78f6a66f55b6c4c0b6e22')
+sha256sums=('2dda37fd6e1cd957f0a2b395ce424ca23cfc893310c0cebc82d89dc960239d13')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"