summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-03-28 19:40:38 +0200
committerMartchus2016-03-28 19:40:38 +0200
commit7b2f5a3bc0537c0b0cab138da9ba855e74e9c2ce (patch)
treeaef40fdbc9c1be7c34ba0a978169d0768fc739b2
parent64e508de0ff44720f87119b1820d31501b0734e4 (diff)
downloadaur-7b2f5a3bc0537c0b0cab138da9ba855e74e9c2ce.tar.gz
updated to 5.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5980c2c4e55e..dd13b6e73428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 19:43:34 UTC 2016
+# Mon Mar 28 17:31:59 UTC 2016
pkgbase = mingw-w64-qt5-webchannel
pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)
- pkgver = 5.5.1
+ pkgver = 5.6.0
pkgrel = 1
- url = http://qt-project.org
+ url = https://www.qt.io/
arch = any
groups = mingw-w64-qt
groups = mingw-w64-qt5
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-webchannel
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.1/submodules/qtwebchannel-opensource-src-5.5.1.tar.xz
- md5sums = f2e15d52c1b7732c2afbfb7e843091cf
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtwebchannel-opensource-src-5.6.0.tar.xz
+ md5sums = 1ba293366dcf67f8b8181be2682ee81a
pkgname = mingw-w64-qt5-webchannel
diff --git a/PKGBUILD b/PKGBUILD
index ac39b0eb4e66..bf8954b748d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
+# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
+# you also find the URL of a binary repository.
+
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel
-pkgver=5.5.1
+pkgver=5.6.0
pkgrel=1
arch=('any')
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)'
@@ -10,11 +13,11 @@ depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('custom' 'FDL' 'GPL3' 'LGPL')
-url="http://qt-project.org"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
groups=(mingw-w64-qt mingw-w64-qt5)
-source=("http://download.qt-project.org/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('f2e15d52c1b7732c2afbfb7e843091cf')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('1ba293366dcf67f8b8181be2682ee81a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {