summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-06-08 17:29:37 +0200
committerMartchus2023-06-08 17:29:37 +0200
commit8b5a6f15b39b3c4cef80ee2d0aee019a411f3b12 (patch)
tree375e61469151558c600a9052fe310185f7c9dfb6
parentf6fed61a788018b41246a58ed4d830d0c0710f15 (diff)
downloadaur-8b5a6f15b39b3c4cef80ee2d0aee019a411f3b12.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 4be12a378940..65b654419fd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtutilities-qt6
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (using Qt 6)
- pkgver = 6.12.1
+ pkgver = 6.12.2
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = i686
@@ -19,7 +19,7 @@ pkgbase = qtutilities-qt6
depends = qt6-base
optdepends = qtutilities-doc: API documentation
provides = libqtutilities-qt6.so
- source = qtutilities-6.12.1.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.12.1.tar.gz
- sha256sums = 83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2
+ source = qtutilities-6.12.2.tar.gz::https://github.com/Martchus/qtutilities/archive/v6.12.2.tar.gz
+ sha256sums = 1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a
pkgname = qtutilities-qt6
diff --git a/PKGBUILD b/PKGBUILD
index ca1b345d1d49..81dbf4839279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _reponame=qtutilities
_cfg=qt6
pkgname=qtutilities-$_cfg
_name=${pkgname%-$_cfg}
-pkgver=6.12.1
+pkgver=6.12.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 (using Qt 6)'
@@ -18,7 +18,7 @@ optdepends=("$_name-doc: API documentation")
provides=(libqtutilities-qt6.so)
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('83a68a39a2edbd1ba3ec2e50b9b4c84ed5a54c30fb3cb1bc3088e8d0290989c2')
+sha256sums=('1e8ad562fdf02e6a8d8fbbfda43ba7082a97d632fe330862b6cf661a3dd6b22a')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"