[arch-commits] Commit in (37 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 30 08:33:36 UTC 2019
Date: Tuesday, April 30, 2019 @ 08:33:31
Author: arojas
Revision: 352263
Qt 5.13 beta 3
Modified:
qt5-3d/kde-unstable/PKGBUILD
qt5-base/kde-unstable/PKGBUILD
qt5-charts/kde-unstable/PKGBUILD
qt5-connectivity/kde-unstable/PKGBUILD
qt5-datavis3d/kde-unstable/PKGBUILD
qt5-declarative/kde-unstable/PKGBUILD
qt5-doc/kde-unstable/PKGBUILD
qt5-examples/kde-unstable/PKGBUILD
qt5-gamepad/kde-unstable/PKGBUILD
qt5-graphicaleffects/kde-unstable/PKGBUILD
qt5-imageformats/kde-unstable/PKGBUILD
qt5-location/kde-unstable/PKGBUILD
qt5-lottie/kde-unstable/PKGBUILD
qt5-multimedia/kde-unstable/PKGBUILD
qt5-networkauth/kde-unstable/PKGBUILD
qt5-purchasing/kde-unstable/PKGBUILD
qt5-quickcontrols/kde-unstable/PKGBUILD
qt5-quickcontrols2/kde-unstable/PKGBUILD
qt5-remoteobjects/kde-unstable/PKGBUILD
qt5-script/kde-unstable/PKGBUILD
qt5-scxml/kde-unstable/PKGBUILD
qt5-sensors/kde-unstable/PKGBUILD
qt5-serialbus/kde-unstable/PKGBUILD
qt5-serialport/kde-unstable/PKGBUILD
qt5-speech/kde-unstable/PKGBUILD
qt5-svg/kde-unstable/PKGBUILD
qt5-tools/kde-unstable/PKGBUILD
qt5-translations/kde-unstable/PKGBUILD
qt5-virtualkeyboard/kde-unstable/PKGBUILD
qt5-wayland/kde-unstable/PKGBUILD
qt5-webchannel/kde-unstable/PKGBUILD
qt5-webengine/kde-unstable/PKGBUILD
qt5-webglplugin/kde-unstable/PKGBUILD
qt5-websockets/kde-unstable/PKGBUILD
qt5-webview/kde-unstable/PKGBUILD
qt5-x11extras/kde-unstable/PKGBUILD
qt5-xmlpatterns/kde-unstable/PKGBUILD
--------------------------------------------+
qt5-3d/kde-unstable/PKGBUILD | 4 ++--
qt5-base/kde-unstable/PKGBUILD | 12 ++++--------
qt5-charts/kde-unstable/PKGBUILD | 4 ++--
qt5-connectivity/kde-unstable/PKGBUILD | 4 ++--
qt5-datavis3d/kde-unstable/PKGBUILD | 4 ++--
qt5-declarative/kde-unstable/PKGBUILD | 4 ++--
qt5-doc/kde-unstable/PKGBUILD | 4 ++--
qt5-examples/kde-unstable/PKGBUILD | 4 ++--
qt5-gamepad/kde-unstable/PKGBUILD | 4 ++--
qt5-graphicaleffects/kde-unstable/PKGBUILD | 4 ++--
qt5-imageformats/kde-unstable/PKGBUILD | 4 ++--
qt5-location/kde-unstable/PKGBUILD | 6 +++---
qt5-lottie/kde-unstable/PKGBUILD | 4 ++--
qt5-multimedia/kde-unstable/PKGBUILD | 4 ++--
qt5-networkauth/kde-unstable/PKGBUILD | 4 ++--
qt5-purchasing/kde-unstable/PKGBUILD | 4 ++--
qt5-quickcontrols/kde-unstable/PKGBUILD | 4 ++--
qt5-quickcontrols2/kde-unstable/PKGBUILD | 4 ++--
qt5-remoteobjects/kde-unstable/PKGBUILD | 4 ++--
qt5-script/kde-unstable/PKGBUILD | 4 ++--
qt5-scxml/kde-unstable/PKGBUILD | 4 ++--
qt5-sensors/kde-unstable/PKGBUILD | 4 ++--
qt5-serialbus/kde-unstable/PKGBUILD | 4 ++--
qt5-serialport/kde-unstable/PKGBUILD | 4 ++--
qt5-speech/kde-unstable/PKGBUILD | 4 ++--
qt5-svg/kde-unstable/PKGBUILD | 4 ++--
qt5-tools/kde-unstable/PKGBUILD | 4 ++--
qt5-translations/kde-unstable/PKGBUILD | 4 ++--
qt5-virtualkeyboard/kde-unstable/PKGBUILD | 4 ++--
qt5-wayland/kde-unstable/PKGBUILD | 4 ++--
qt5-webchannel/kde-unstable/PKGBUILD | 4 ++--
qt5-webengine/kde-unstable/PKGBUILD | 15 ++++-----------
qt5-webglplugin/kde-unstable/PKGBUILD | 4 ++--
qt5-websockets/kde-unstable/PKGBUILD | 4 ++--
qt5-webview/kde-unstable/PKGBUILD | 4 ++--
qt5-x11extras/kde-unstable/PKGBUILD | 4 ++--
qt5-xmlpatterns/kde-unstable/PKGBUILD | 4 ++--
37 files changed, 79 insertions(+), 90 deletions(-)
Modified: qt5-3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-3d/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-3d/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-3d
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -13,7 +13,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f26b833e560e0d2e7bef1a6857475e3144450c5ac6c7cc5dc425816233f358e6')
+sha256sums=('207f39c16ea778a8491fad9a0aa1180463d55140379525990287c05e3129ef78')
prepare() {
mkdir -p build
Modified: qt5-base/kde-unstable/PKGBUILD
===================================================================
--- qt5-base/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-base/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -3,9 +3,9 @@
pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -26,10 +26,8 @@
conflicts=('qtchooser')
groups=('qt' 'qt5')
_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
- kdebug-405837.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/src/widgets/itemviews?id=ed66c932")
-sha256sums=('55a592491b0a7a94ca4c7d5fc69ee96614502ec88b69da9514a9fd2ff87a8e2c'
- '4e7bf7e5298fc49643ae7900982577dab5c1400c3592938daa24e05de38656b5')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('3076eb13e31d2370c54c6d92e7ed06fbd47d8ade17e9a81c3760394ce5101205')
prepare() {
cd ${_pkgfqn}
@@ -40,8 +38,6 @@
mkspecs/common/gcc-base.conf
sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
mkspecs/common/g++-unix.conf
-
- patch -p1 -i ../kdebug-405837.patch # Fix kitemmodels crash
}
build() {
Modified: qt5-charts/kde-unstable/PKGBUILD
===================================================================
--- qt5-charts/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-charts/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-charts
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('0d68467ae2390eb6db32b5ed5f8cd836bac40db16def2e10c5cfb19f5c317fee')
+sha256sums=('533dd3c4ff66fc4221aefa1bb9eca9a0d046af29ba46d0a704f14bd94b6f2bef')
prepare() {
mkdir -p build
Modified: qt5-connectivity/kde-unstable/PKGBUILD
===================================================================
--- qt5-connectivity/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-connectivity/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-connectivity
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('dbd25fb2c4a9db6ef7b2a891d63abd782caaa3ceb0295e11ffb6d86b1e0c660b')
+sha256sums=('43fc292cbd691ce0e6f16408d900cca0575182e2b289bdcc63723af22ccdd6d5')
prepare() {
mkdir -p build
Modified: qt5-datavis3d/kde-unstable/PKGBUILD
===================================================================
--- qt5-datavis3d/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-datavis3d/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-datavis3d
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('5d184e1ab68e925b339d20e15fdcae45649dff0a0f2d14c8526417d48fcd1d5e')
+sha256sums=('3b82d4cd58b0b4e9c01f76aca8685f8590002b0e0313f7e8449dc1894a5a6a78')
prepare() {
mkdir -p build
Modified: qt5-declarative/kde-unstable/PKGBUILD
===================================================================
--- qt5-declarative/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-declarative/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-declarative
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
conflicts=('qtchooser')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('07b01222d8a0e5f5373ab192498d356f9f82ed53f388c3354be72645a1cc2914')
+sha256sums=('cd4d9c562c8a6e434a786fb288e53337f9e7f5d7a12f264ff274272dbc20cb18')
prepare() {
mkdir -p build
Modified: qt5-doc/kde-unstable/PKGBUILD
===================================================================
--- qt5-doc/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-doc/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -3,7 +3,7 @@
# Contributor: Michael Hansen <zrax0111 gmail com>
pkgname=qt5-doc
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('any')
@@ -16,7 +16,7 @@
groups=('qt' 'qt5')
_pkgfqn="qt-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
-sha256sums=('df143ac96a158f175d1c02346468d5d4049b8aa599014595a5d49e0f0fb233c1')
+sha256sums=('0118ef63c69bc5265c4310e5ab262242eb8ec7160c54f2e5a619204982b10a9f')
prepare() {
cd ${_pkgfqn}
Modified: qt5-examples/kde-unstable/PKGBUILD
===================================================================
--- qt5-examples/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-examples/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -3,7 +3,7 @@
# Contributor: Michael Hansen <zrax0111 gmail com>
pkgname=qt5-examples
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('any')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="qt-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/single/${_pkgfqn}.tar.xz")
-sha256sums=('df143ac96a158f175d1c02346468d5d4049b8aa599014595a5d49e0f0fb233c1')
+sha256sums=('0118ef63c69bc5265c4310e5ab262242eb8ec7160c54f2e5a619204982b10a9f')
package() {
_base="$pkgdir"/usr/share/doc/qt/examples
Modified: qt5-gamepad/kde-unstable/PKGBUILD
===================================================================
--- qt5-gamepad/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-gamepad/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-gamepad
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('360676a9b4a0210bc877496be9ee450e391c460f479a60339757773c498cdf67')
+sha256sums=('947284a2b77e4dd0bf1e8891f33f757789e2a37bca7e4422ac2fc5b6e33cd461')
prepare() {
mkdir -p build
Modified: qt5-graphicaleffects/kde-unstable/PKGBUILD
===================================================================
--- qt5-graphicaleffects/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-graphicaleffects/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-graphicaleffects
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('373d566b05f3bb0e75b76a3971fb1aecbfeb1ebb06c846ed0bfccec964300040')
+sha256sums=('eda97d5fade63c1e92e2ac653c701464a557236b646a0af16c8fdb849faa1e93')
prepare() {
mkdir -p build
Modified: qt5-imageformats/kde-unstable/PKGBUILD
===================================================================
--- qt5-imageformats/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-imageformats/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-imageformats
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('579906ad0960e892e8ad79e56ce25fd136569cd6e17567f93a89125f2810ba6a')
+sha256sums=('9b582f90a83413468d1389759f6ed4c66982daf16e351fe6c0d97496b602344d')
prepare() {
mkdir -p build
Modified: qt5-location/kde-unstable/PKGBUILD
===================================================================
--- qt5-location/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-location/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,9 +2,9 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-location
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,7 +13,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('6c586cbc61b6254e58b1ac2b10f43de00c2e0cd1fd1e33138c30452c44c2de35')
+sha256sums=('f03d33bed22a63314347585d331d72b79dea4109b598c58d9fecf557d47e2cb9')
prepare() {
mkdir -p build
Modified: qt5-lottie/kde-unstable/PKGBUILD
===================================================================
--- qt5-lottie/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-lottie/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt5-lottie
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -13,7 +13,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f50b2f9ec8b07afbe8b57115f802fe43ad629e60a41fa361b7a88d05cad4f060')
+sha256sums=('94ca0c185ba584db33d25e8d23f2fdcb710d0a14ea492de3ffb18d6a540750ff')
prepare() {
mkdir -p build
Modified: qt5-multimedia/kde-unstable/PKGBUILD
===================================================================
--- qt5-multimedia/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-multimedia/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-multimedia
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -17,7 +17,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('38a6f4a853c1eaf24e28fe5a8244ee78e1a52678d9a8db931bf9d34f05400b56')
+sha256sums=('2c1b0e9031053aca6bb531940025a40a3b13ba75936f002d301218fa12082fe4')
prepare() {
mkdir -p build
Modified: qt5-networkauth/kde-unstable/PKGBUILD
===================================================================
--- qt5-networkauth/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-networkauth/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt5-networkauth
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -13,7 +13,7 @@
groups=(qt qt5)
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('909322ac42f10fae3f6bc62d4e0ab70db7334e844ddaa1a5b27d28c4d4ba4c9b')
+sha256sums=('c757bd7bf6e2d27b86a1e969c8018db005ce9410d64d76ae7c08506496491432')
prepare() {
mkdir -p build
Modified: qt5-purchasing/kde-unstable/PKGBUILD
===================================================================
--- qt5-purchasing/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-purchasing/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-purchasing
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('d85e37541107b6c31921e9e2bd26da7e0d5ffa3864594917e5746f159a43eaa6')
+sha256sums=('96a24f0593468efc64f5974d172a3007f440580893caa7f3f8d9b83f8e5f46cc')
prepare() {
mkdir -p build
Modified: qt5-quickcontrols/kde-unstable/PKGBUILD
===================================================================
--- qt5-quickcontrols/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-quickcontrols/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-quickcontrols
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('67b76d70b0cee3664956a13ab5ad177c3e67e570aa16a66c9818516b54b61848')
+sha256sums=('7bb732388730714571febac6c1134ffae269892a69fb2f6c62d9f85d44554904')
prepare() {
mkdir -p build
Modified: qt5-quickcontrols2/kde-unstable/PKGBUILD
===================================================================
--- qt5-quickcontrols2/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-quickcontrols2/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-quickcontrols2
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('daf0e96b582ce53374924ddb23f0e5c5209c5067918df8e4d33ff55808106b35')
+sha256sums=('3f61e5752a1f7464e8c1617b824e3f238bc3d4789d6d1a77c5fdd061b1f13e78')
prepare() {
mkdir -p build
Modified: qt5-remoteobjects/kde-unstable/PKGBUILD
===================================================================
--- qt5-remoteobjects/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-remoteobjects/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-remoteobjects
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt qt5)
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('8ce6eafc311f8ff9772eee3925ed66102097acd8048369267166255daec2898b')
+sha256sums=('c7d9166953db200c542620e9255045d2056f203875ca5f5b7cc0dec32c8eb0f7')
prepare() {
mkdir -p build
Modified: qt5-script/kde-unstable/PKGBUILD
===================================================================
--- qt5-script/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-script/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-script
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('215c17a2af48f0f39fc9abfff3ad8394d7c8832baa30b52734974afdf1910aab')
+sha256sums=('c42e7378e5df11bba20e4855d79db9d4280c0c1efbd1245dfa75d4ba67addc3b')
prepare() {
mkdir -p build
Modified: qt5-scxml/kde-unstable/PKGBUILD
===================================================================
--- qt5-scxml/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-scxml/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-scxml
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('a0fcc869b385767b8616449ba9eb33b02f8b74a1338a502bb0e537fdc8324354')
+sha256sums=('2c61a077fb901b6e063355e6b64ab40b1c13a6905f91e25b43a76c8b48b2d2fa')
prepare() {
mkdir -p build
Modified: qt5-sensors/kde-unstable/PKGBUILD
===================================================================
--- qt5-sensors/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-sensors/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-sensors
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f5d594ad378074f432696137b542cbc6dc01f2d6f002e580a09c5f30bd583211')
+sha256sums=('d94b7f7f2cf412632a8ae644aa0b4dbf2558c2971e158c24307508990542113e')
prepare() {
mkdir -p build
Modified: qt5-serialbus/kde-unstable/PKGBUILD
===================================================================
--- qt5-serialbus/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-serialbus/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-serialbus
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('08a1399c1c608ed1d50dca7df9633b1587b5809a2df44a90d3e357d2fe334be9')
+sha256sums=('8dd709528787762c8c12ee59e74ec9e70c4e4513328528a66810609b4f9305d8')
prepare() {
mkdir -p build
Modified: qt5-serialport/kde-unstable/PKGBUILD
===================================================================
--- qt5-serialport/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-serialport/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-serialport
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f341532418ab9ee4ecc03eab3f101c2b254d2d3398e969da02b760b2b7b53ccc')
+sha256sums=('2149a9f52f3b2cfcb63df7fd7c0c220e146af68053b67258ff06415d577046dc')
prepare() {
mkdir -p build
Modified: qt5-speech/kde-unstable/PKGBUILD
===================================================================
--- qt5-speech/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-speech/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt5-speech
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -15,7 +15,7 @@
groups=(qt qt5)
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('eeb6b79c643fd0c196655ffea9365bdd5628ce05f2c5a5775d171ecfb95ddb17')
+sha256sums=('357aba8c50048950048be15ac815f1107dcd2543f25e2ebf95eb38126b0bc839')
prepare() {
mkdir -p build
Modified: qt5-svg/kde-unstable/PKGBUILD
===================================================================
--- qt5-svg/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-svg/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-svg
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -13,7 +13,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('317e691c700ccc2e6d6b5b8d6077e0dd22331000af9e579ed68c19b42fd7575e')
+sha256sums=('09b08898be04075c8038f0f299977ef0d223dc2c4aaf6e13d13eb9a66abaafdc')
prepare() {
mkdir -p build
Modified: qt5-tools/kde-unstable/PKGBUILD
===================================================================
--- qt5-tools/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-tools/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-tools
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -17,7 +17,7 @@
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
{assistant,designer,linguist,qdbusviewer}.desktop)
-sha256sums=('67d646b13fcbff95588cd7dca547186c2adea6be268bed215cdd6bfa052c6518'
+sha256sums=('e636c82377c9a2f48759a63bb0d33cc74fd78cc3cb66b2af1a00ca221822eb75'
'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
Modified: qt5-translations/kde-unstable/PKGBUILD
===================================================================
--- qt5-translations/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-translations/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-translations
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('any')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('8610a3c25d7ca10fd9b437431d0e7aa6fd99e667a20d6e7a382b041de5912ead')
+sha256sums=('11bf36ea2f5685a38d8f62a7a7f1ab2fa69877e41cf04d28b8307bc13ef4c671')
prepare() {
mkdir -p build
Modified: qt5-virtualkeyboard/kde-unstable/PKGBUILD
===================================================================
--- qt5-virtualkeyboard/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-virtualkeyboard/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-virtualkeyboard
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('cb89333ef59f85761ae385d1962dafa4ed6cbd01a21dd43c96d9909de8cece52')
+sha256sums=('e9b7640e656ec953b939de5479088e18d945e6ddf4ca5a80b721d887727742f4')
prepare() {
mkdir -p build
Modified: qt5-wayland/kde-unstable/PKGBUILD
===================================================================
--- qt5-wayland/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-wayland/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-wayland
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -13,7 +13,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('bb92f47ee7f0b3352b15872026564b99d5baaceba189e0cf12f43d9ffa6afee4')
+sha256sums=('910ef400388e42e6393ea4f57733801884ef96fcd87e122cefac14478009103f')
prepare() {
mkdir -p build
Modified: qt5-webchannel/kde-unstable/PKGBUILD
===================================================================
--- qt5-webchannel/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-webchannel/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-webchannel
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('7daac060acbe49c9f13a5cc370eda998819128ea72308ba18ddccac63d329859')
+sha256sums=('20f8b3f88f336573678705818724227a25c49d7ed9afe43a87038f62ad20964e')
prepare() {
mkdir -p build
Modified: qt5-webengine/kde-unstable/PKGBUILD
===================================================================
--- qt5-webengine/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-webengine/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,9 +2,9 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-webengine
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=1
arch=('x86_64')
url='https://www.qt.io'
license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -14,10 +14,8 @@
makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler')
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
- qtwebengine-pdf.patch::"https://code.qt.io/cgit/qt/qtwebengine.git/patch/?id=395e61ff")
-sha256sums=('1140939b1d7de4e51c7ce1fd79cce7474a06ccfab4d63d835c55ffe2ddb27e55'
- '68b9920539409dd3ab0001db6e7f742a2e531e6fb2ba1d4ec82be9b7a761e59e')
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('e40e48e11f41a6ce5ba3b1c09ac120a6f488825854821640c8258a4d406d23ea')
prepare() {
mkdir -p build
@@ -25,11 +23,6 @@
# Hack to force using python2
mkdir -p bin
ln -s /usr/bin/python2 bin/python
-
- cd ${_pkgfqn}
-
- # Fix PDF extension
- patch -Np1 -i ../qtwebengine-pdf.patch
}
build() {
Modified: qt5-webglplugin/kde-unstable/PKGBUILD
===================================================================
--- qt5-webglplugin/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-webglplugin/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-webglplugin
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@@ -13,7 +13,7 @@
groups=(qt qt5)
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('666faabbee01e31efc412d2ced7632ab14e204fe64aca7007600398015248eec')
+sha256sums=('fea4f3023c53a47485a00629e507e96f3dc94f08ee10dbadfc4c4a2c60de1e00')
prepare() {
mkdir -p build
Modified: qt5-websockets/kde-unstable/PKGBUILD
===================================================================
--- qt5-websockets/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-websockets/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-websockets
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -15,7 +15,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('f6322b4ffe0f4d136e87d973a290727a7bdcd5488bde91d63e6774991fe4a517')
+sha256sums=('6b17085d2f788f550fd5b691f18505d596e4d76f2a6568e8be04c217d1098a67')
prepare() {
mkdir -p build
Modified: qt5-webview/kde-unstable/PKGBUILD
===================================================================
--- qt5-webview/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-webview/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=qt5-webview
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('37dce8598da4cadab14350e64bc44efb73072f1fafa53efe89fe78d5bb1c7d30')
+sha256sums=('44678c438d9b70b68a0d01652568369ca63b7f4263f93dcb754dbdd897cf3e1f')
prepare() {
mkdir -p build
Modified: qt5-x11extras/kde-unstable/PKGBUILD
===================================================================
--- qt5-x11extras/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-x11extras/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-x11extras
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -14,7 +14,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('5c6bf73a4d48d3ee479ed506cfa16049d4c6cdb732eeb44401b70d828878d672')
+sha256sums=('80c965b8799b2c47afb71883c8c5b615f0068785bb84e96067c530ee72c89ff1')
prepare() {
mkdir -p build
Modified: qt5-xmlpatterns/kde-unstable/PKGBUILD
===================================================================
--- qt5-xmlpatterns/kde-unstable/PKGBUILD 2019-04-30 08:16:11 UTC (rev 352262)
+++ qt5-xmlpatterns/kde-unstable/PKGBUILD 2019-04-30 08:33:31 UTC (rev 352263)
@@ -2,7 +2,7 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=qt5-xmlpatterns
-_qtver=5.13.0-beta2
+_qtver=5.13.0-beta3
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -16,7 +16,7 @@
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('adb278cff4af0266adc45d80b92ba8bc59d3a4467ebf5924ab70fe7d99526465')
+sha256sums=('018751d9f52823207dccbce04f3ed27f84ffca76e8646926769756ce37bd8a6b')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list