summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-11-07 22:32:34 +0100
committerMartchus2020-11-07 22:32:34 +0100
commita250d8a60e68665df74241b9889ff08f563435ce (patch)
treef3f0b286cf1edf16d1c29b0fb067fc20b9cf5d6f
parent29762eaa219d85a918e7033bc1af8e21665fb911 (diff)
downloadaur-a250d8a60e68665df74241b9889ff08f563435ce.tar.gz
Update to beta3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--PKGBUILD.sh.ep2
-rw-r--r--qttools-sha256.txt2
4 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb9385c348d8..36124ef7d091 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-tools
pkgdesc = A cross-platform application and UI framework (tools, mingw-w64)
- pkgver = 6.0.0beta2
+ pkgver = 6.0.0beta3
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -21,8 +21,8 @@ pkgbase = mingw-w64-qt6-tools
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/development_releases/qt/6.0/6.0.0-beta2/submodules/qttools-everywhere-src-6.0.0-beta2.tar.xz
- sha256sums = 06f41e6c50bcb0e278cc69d2cae9ad06a06a45ca2ed5939ccd93e101d6ebe862
+ source = https://download.qt.io/development_releases/qt/6.0/6.0.0-beta3/submodules/qttools-everywhere-src-6.0.0-beta3.tar.xz
+ sha256sums = 8409de28939c79dc3eb2d1bb8bac085f35f3dcc35df107633b474733aa33bba8
pkgname = mingw-w64-qt6-tools
diff --git a/PKGBUILD b/PKGBUILD
index e2f32d4289fe..a6816b90d18f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-tools
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qttools-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('06f41e6c50bcb0e278cc69d2cae9ad06a06a45ca2ed5939ccd93e101d6ebe862')
+sha256sums=('8409de28939c79dc3eb2d1bb8bac085f35f3dcc35df107633b474733aa33bba8')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -25,10 +25,7 @@ build() {
for _arch in ${_architectures}; do
export PKG_CONFIG=/usr/bin/$_arch-pkg-config
$_arch-cmake -G Ninja -B build-$_arch -S $_pkgfqn \
- -DQT_HOST_PATH=/usr \
- -DFEATURE_pkg_config=ON \
- -DVulkan_LIBRARY="/usr/$_arch/lib/libvulkan.dll.a" \
- -DVulkan_INCLUDE_DIR="/usr/$_arch/include"
+ -DFEATURE_pkg_config=ON
cmake --build build-$_arch
done
}
@@ -53,5 +50,6 @@ package() {
done
install -d "$pkgdir"/usr/share/licenses
- ln -s /usr/share/licenses/mingw-w64-qt6-base "$pkgdir"/usr/share/licenses/mingw-w64-qt6-tools
+ ln -s /usr/share/licenses/mingw-w64-qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+
}
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 5c6d0f13901a..49073c01d47f 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'mingw-w64-qt6-module', has_binaries => 1;
\
-_qtver=6.0.0-beta2
+_qtver=6.0.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
diff --git a/qttools-sha256.txt b/qttools-sha256.txt
index 38f7f27a8158..06b3bacb56bc 100644
--- a/qttools-sha256.txt
+++ b/qttools-sha256.txt
@@ -1 +1 @@
-06f41e6c50bcb0e278cc69d2cae9ad06a06a45ca2ed5939ccd93e101d6ebe862
+8409de28939c79dc3eb2d1bb8bac085f35f3dcc35df107633b474733aa33bba8