summaryrefslogtreecommitdiffstats
path: root/deps/qt5-webkit
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-06-15 13:00:52 +0200
committer Eric Hameleers <alien@slackware.com>2016-06-15 13:00:52 +0200
commit76ad37733ae22f9a5626e07fe33d1e481b21c301 (patch)
tree26b189c708ca074ac19ff90d9c40029a2a65d10c /deps/qt5-webkit
parentd61d1bec2acdcf3593e7462a6417412eb1ae6da0 (diff)
downloadktown-76ad37733ae22f9a5626e07fe33d1e481b21c301.tar.gz
ktown-76ad37733ae22f9a5626e07fe33d1e481b21c301.tar.xz
deps: updated for KDE 5_16.06
The packages for qt5 and qt5-webkit were both upgraded to 5.6.1. This is now the Plasma 5 minimum required version because of all the issues the developers had with 5.6.0. Remember, qt5 still depends on libxkbcommon.
Diffstat (limited to 'deps/qt5-webkit')
-rw-r--r--deps/qt5-webkit/.url2
-rwxr-xr-xdeps/qt5-webkit/qt5-webkit.SlackBuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/deps/qt5-webkit/.url b/deps/qt5-webkit/.url
index 126a427..46f309b 100644
--- a/deps/qt5-webkit/.url
+++ b/deps/qt5-webkit/.url
@@ -1 +1 @@
-http://download.qt.io/community_releases/5.6/5.6.0/qtwebkit-opensource-src-5.6.0.tar.xz
+http://download.qt.io/community_releases/5.6/5.6.1/qtwebkit-opensource-src-5.6.1.tar.xz
diff --git a/deps/qt5-webkit/qt5-webkit.SlackBuild b/deps/qt5-webkit/qt5-webkit.SlackBuild
index 5c818f6..df11112 100755
--- a/deps/qt5-webkit/qt5-webkit.SlackBuild
+++ b/deps/qt5-webkit/qt5-webkit.SlackBuild
@@ -22,10 +22,10 @@
# Derived from the qt5.SlackBuild
-# Modifications for qt5-webkit 5.6.0 2016 by Eric Hameleers, Eindhoven, NL
+# Modifications for qt5-webkit 5.6.0, 5.6.1 2016 by Eric Hameleers, Eindhoven, NL
PKGNAM=qt5-webkit
-VERSION=${VERSION:-5.6.0}
+VERSION=${VERSION:-5.6.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:--j7}