qt5-webview: update to 5.15.1.
This commit is contained in:
parent
92393fb750
commit
ceb30d4107
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt5-webview'
|
# Template file for 'qt5-webview'
|
||||||
pkgname=qt5-webview
|
pkgname=qt5-webview
|
||||||
version=5.15.0
|
version=5.15.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtwebview-everywhere-src-${version}"
|
wrksrc="qtwebview-everywhere-src-${version}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
|
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
|
||||||
checksum=b87ea205ce79c6b438ebe596e91fa80ba11f6aac7e89ffbf52b337d0fc8d6660
|
checksum=426852a3f569da82aa84dfd7f06c6aeb06488a927b66342a612401b41392b260
|
||||||
|
|
||||||
build_options="webengine"
|
build_options="webengine"
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
|
Loading…
Reference in New Issue