summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-06-23 12:21:44 +0200
committerMartchus2022-06-23 12:21:44 +0200
commit5bd864560ec051dc25afc9a110943c5b61870e0e (patch)
tree8978fe8593dddfa4a595aae18dad3d445106868a
parentd311e8f3e1aa43f2c72fbb990969d67babd18e68 (diff)
downloadaur-5bd864560ec051dc25afc9a110943c5b61870e0e.tar.gz
Rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 129cac2a8348..701d8388d1f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Martchus/qtutilities
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1a4fd0ec3cb7..959ac80df978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _cfg=qt6
pkgname=qtutilities-$_cfg
_name=${pkgname%-$_cfg}
pkgver=6.6.2
-pkgrel=1
+pkgrel=2
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)'
license=('GPL')