summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-05-29 00:06:09 +0200
committerMartchus2024-05-29 00:06:09 +0200
commit2161bd498cee60c5bac8326da2349a2ea7cd5f74 (patch)
treec26c0962e939f403eedb88e4cfe73b05f7f48a52
parent1cc8d71d1d4cc4184e1602256979cd398c30a903 (diff)
downloadaur-2161bd498cee60c5bac8326da2349a2ea7cd5f74.tar.gz
Update to 5.15.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--PKGBUILD.sh.ep2
-rw-r--r--qtconnectivity-sha256.txt2
4 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ba55ab1a3a..f9e8ba24c1c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-connectivity
pkgdesc = Provides access to Bluetooth hardware (mingw-w64)
- pkgver = 5.15.13+kde+r4
+ pkgver = 5.15.14+kde+r3
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-qt5-connectivity
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qtconnectivity#commit=8024ef3d7269665ba104f528e5e284df9d9d8ae9
- sha256sums = 97c1e18cf0b58212900899793d4776cf35ddc64ec8863c104ef7b418cfc0b6d7
+ source = git+https://invent.kde.org/qt/qt/qtconnectivity#commit=99f30db37c63447c59d5fac15bc8feb832a7fd04
+ sha256sums = 3775e6f5600d43713a0d7337e297aa608d2bb0e7b8c2cbb76ccdf0bfdb656132
pkgname = mingw-w64-qt5-connectivity
diff --git a/PKGBUILD b/PKGBUILD
index 658599f2e59c..8a592183baec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,23 +9,23 @@
_qt_module=qtconnectivity
pkgname=mingw-w64-qt5-connectivity
-pkgver=5.15.13
+pkgver=5.15.14
pkgrel=1
arch=('any')
pkgdesc="Provides access to Bluetooth hardware (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=8024ef3d7269665ba104f528e5e284df9d9d8ae9
+_commit=99f30db37c63447c59d5fac15bc8feb832a7fd04
_basever=${pkgver%%+*}
-pkgver+=+kde+r4
+pkgver+=+kde+r3
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
url='https://www.qt.io/'
_pkgfqn=${_qt_module}
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('97c1e18cf0b58212900899793d4776cf35ddc64ec8863c104ef7b418cfc0b6d7')
+sha256sums=('3775e6f5600d43713a0d7337e297aa608d2bb0e7b8c2cbb76ccdf0bfdb656132')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -48,7 +48,7 @@ build() {
msg2 "Building ${_config##*=} version for ${_arch}"
mkdir -p build-${_arch}-${_config##*=} && pushd build-${_arch}-${_config##*=}
${_arch}-qmake-qt5 ../${_qt_module}.pro ${_config} ${_additional_qmake_args}
- make -j$(nproc)
+ make
popd
done
done
@@ -61,7 +61,7 @@ package() {
for _config in "${_configurations[@]}"; do
pushd build-${_arch}-${_config##*=}
- make -j$(nproc) INSTALL_ROOT="$pkgdir" install
+ make INSTALL_ROOT="$pkgdir" install
# use prl files from build directory since installed prl files seem to have incorrect QMAKE_PRL_LIBS_FOR_CMAKE
if [[ -d 'lib' ]]; then
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 6d710b9e1a47..9795b467f552 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.13
+pkgver=5.15.14
pkgrel=1
arch=('any')
pkgdesc="Provides access to Bluetooth hardware (mingw-w64)"
diff --git a/qtconnectivity-sha256.txt b/qtconnectivity-sha256.txt
index 72a6fe6ca0d7..e9de324b08f7 100644
--- a/qtconnectivity-sha256.txt
+++ b/qtconnectivity-sha256.txt
@@ -1 +1 @@
-97c1e18cf0b58212900899793d4776cf35ddc64ec8863c104ef7b418cfc0b6d7
+3775e6f5600d43713a0d7337e297aa608d2bb0e7b8c2cbb76ccdf0bfdb656132