summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-05-04 01:34:16 +0200
committerMartchus2022-05-04 01:34:16 +0200
commitac86b9ff15744d3a96122ef2c38212fb9d9582d9 (patch)
tree03c24b6822f85075cbd06cfddecc41310692150d
parent43db04615e500033ddaf9f5aeb84761a6af8aff1 (diff)
downloadaur-ac86b9ff15744d3a96122ef2c38212fb9d9582d9.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 3cc7e6803d40..b0f83d8db14b 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.6.0
+ pkgver = 6.6.1
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.6.0.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.6.0.tar.gz
- sha256sums = 2dda37fd6e1cd957f0a2b395ce424ca23cfc893310c0cebc82d89dc960239d13
+ source = qtutilities-6.6.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.6.1.tar.gz
+ sha256sums = 118df63a255a181c14cf1588c6abddda73bc545125a8406aa8e0e4f9fa98a13d
pkgname = qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index c6ac718c6e70..3c709e13ce03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_reponame=qtutilities
pkgname=qtutilities
-pkgver=6.6.0
+pkgver=6.6.1
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=('2dda37fd6e1cd957f0a2b395ce424ca23cfc893310c0cebc82d89dc960239d13')
+sha256sums=('118df63a255a181c14cf1588c6abddda73bc545125a8406aa8e0e4f9fa98a13d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"