[arch-commits] Commit in qt5-webkit/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jan 23 11:52:32 UTC 2017


    Date: Monday, January 23, 2017 @ 11:52:31
  Author: arojas
Revision: 287199

Update to 5.8.0

Modified:
  qt5-webkit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 11:48:11 UTC (rev 287198)
+++ PKGBUILD	2017-01-23 11:52:31 UTC (rev 287199)
@@ -3,9 +3,9 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=qt5-webkit
-_qtver=5.7.1
+_qtver=5.8.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -16,8 +16,8 @@
 conflicts=('qt')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${pkgver}"
-source=("http://download.qt.io/community_releases/${pkgver%.*}/${pkgver}/qtwebkit-opensource-src-${pkgver}.tar.xz")
-md5sums=('4fa8f47383ce36d59dcc36d701ce93cd')
+source=("http://download.qt.io/community_releases/${pkgver%.*}/${pkgver}-final/qtwebkit-opensource-src-${pkgver}.tar.xz")
+md5sums=('60a6935aca4a7c553d0ec4646ceed3b4')
 
 prepare() {
   mkdir -p build



More information about the arch-commits mailing list