summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-09-13 13:27:01 +0200
committerMartchus2020-09-13 13:27:01 +0200
commitf7d794d750bca27b5ebdebbca8f62735542115b5 (patch)
tree5a9ceefddbdced2f40924ffdf11983fc002c9d93
parentdcabf4930d555b220a4adb53bfceb450121d7192 (diff)
downloadaur-f7d794d750bca27b5ebdebbca8f62735542115b5.tar.gz
Update to 5.15.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
-rw-r--r--PKGBUILD.sh.ep6
-rw-r--r--qtconnectivity-sha256.txt2
4 files changed, 11 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08640c2767ab..84db704650d3 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.0
+ pkgver = 5.15.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -12,14 +12,12 @@ pkgbase = mingw-w64-qt5-connectivity
makedepends = mingw-w64-gcc
makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-qt5-declarative
- makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-base
- optdepends = mingw-w64-qt5-base-static: use of static libraries
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.15/5.15.0/submodules/qtconnectivity-everywhere-src-5.15.0.tar.xz
- sha256sums = f911fb8f8bf3a9958785d0378d25ced8989047938b7138d619854a94fa0b27dd
+ source = https://download.qt.io/official_releases/qt/5.15/5.15.1/submodules/qtconnectivity-everywhere-src-5.15.1.tar.xz
+ sha256sums = 53c30039d4f2301a1a66c646690436e1f8cce0a3fd212ca0783f346a115d8016
pkgname = mingw-w64-qt5-connectivity
diff --git a/PKGBUILD b/PKGBUILD
index 7913c87fe665..1a701c1cabdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,13 @@
# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
# you also find the URL of a binary repository.
-# This file is created from PKGBUILD.sh.in contained by the mentioned repository.
+# This file is created from PKGBUILD.sh.ep contained by the mentioned repository.
# Do not edit it manually! See README.md in the repository's root directory
# for more information.
-# Includes dynamic and static versions; if only one version is requried, just
-# set $NO_STATIC_LIBS or $NO_SHARED_LIBS.
-
_qt_module=qtconnectivity
pkgname=mingw-w64-qt5-connectivity
-pkgver=5.15.0
+pkgver=5.15.1
pkgrel=1
arch=('any')
pkgdesc="Provides access to Bluetooth hardware (mingw-w64)"
@@ -24,16 +21,11 @@ groups=('mingw-w64-qt5')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f911fb8f8bf3a9958785d0378d25ced8989047938b7138d619854a94fa0b27dd')
+sha256sums=('53c30039d4f2301a1a66c646690436e1f8cce0a3fd212ca0783f346a115d8016')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
-[[ $NO_STATIC_LIBS ]] || \
- makedepends+=('mingw-w64-qt5-base-static') \
- optdepends+=('mingw-w64-qt5-base-static: use of static libraries') \
- _configurations+=('CONFIG+=no_smart_library_merge CONFIG+=static')
-[[ $NO_SHARED_LIBS ]] || \
- _configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
+_configurations+=('CONFIG+=actually_a_shared_build CONFIG+=shared')
build() {
cd "${srcdir}/${_pkgfqn}"
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 332c21ad5c96..81ec907e0791 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,9 +1,9 @@
% layout 'mingw-w64-qt5-module';
\
-pkgver=5.15.0
+pkgver=5.15.1
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')
+depends=(<%== qt5deps qw(base) %>)
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' <%== qt5deps qw(declarative) %>)
license=('GPL3' 'LGPL3' 'FDL' 'custom')
diff --git a/qtconnectivity-sha256.txt b/qtconnectivity-sha256.txt
index 8e861a12906f..ca88ec12f9de 100644
--- a/qtconnectivity-sha256.txt
+++ b/qtconnectivity-sha256.txt
@@ -1 +1 @@
-f911fb8f8bf3a9958785d0378d25ced8989047938b7138d619854a94fa0b27dd
+53c30039d4f2301a1a66c646690436e1f8cce0a3fd212ca0783f346a115d8016