summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-05-04 01:34:17 +0200
committerMartchus2022-05-04 01:34:17 +0200
commitf5b26d0ab012239a76ffd6fb227d836246176435 (patch)
treeaaea9b1fdb30cfc9afb1af32295daf7969b1f145
parent97a6ec6819325bf1768ec75a2a0a5955b7a59085 (diff)
downloadaur-f5b26d0ab012239a76ffd6fb227d836246176435.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c558ab61a98f..4687180ce2ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qtutilities
pkgdesc = Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)
- pkgver = 6.6.0
+ pkgver = 6.6.1
pkgrel = 1
url = https://github.com/Martchus/qtutilities
arch = any
@@ -20,7 +20,7 @@ pkgbase = mingw-w64-qtutilities
options = staticlibs
options = !strip
options = !emptydirs
- 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 = mingw-w64-qtutilities
diff --git a/PKGBUILD b/PKGBUILD
index f9069bdcbea1..c46c15418a9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_reponame=qtutilities
pkgname=mingw-w64-qtutilities
_name=${pkgname#mingw-w64-}
-pkgver=6.6.0
+pkgver=6.6.1
pkgrel=1
arch=('any')
pkgdesc='Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)'
@@ -17,7 +17,7 @@ checkdepends=('mingw-w64-wine')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ninja')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('2dda37fd6e1cd957f0a2b395ce424ca23cfc893310c0cebc82d89dc960239d13')
+sha256sums=('118df63a255a181c14cf1588c6abddda73bc545125a8406aa8e0e4f9fa98a13d')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')
@@ -40,6 +40,8 @@ build() {
-DBUILTIN_TRANSLATIONS:BOOL=ON
-DQT_PACKAGE_PREFIX=StaticQt5
-DKF_PACKAGE_PREFIX=StaticKF5
+ -DSVG_SUPPORT:BOOL=OFF
+ -DSVG_ICON_SUPPORT:BOOL=OFF
'
)