summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:47 +0100
committerMartchus2017-02-09 21:00:47 +0100
commit94b4f5ca950bce7152097b13387d459a96fc67b9 (patch)
tree621387d4b7539b5eb28e773ee9a81e9c9dca9ffb
parent60dabd7e1af78a76a0fffea33c8a6c94eed87bf0 (diff)
downloadaur-94b4f5ca950bce7152097b13387d459a96fc67b9.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bffdeec75e5..eb53b94f2c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,26 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 12:06:47 UTC 2016
+# Thu Feb 9 20:00:46 UTC 2017
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.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = any
- groups = mingw-w64-qt
groups = mingw-w64-qt5
license = GPL3
license = LGPL
license = FDL
license = custom
makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-declarative
optdepends = mingw-w64-qt5-base-static: use of static libraries
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtwebchannel-opensource-src-5.7.1.tar.xz
- md5sums = 766ecb0946bd2ed71e2f606217a48b8d
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtwebchannel-opensource-src-5.8.0.tar.xz
+ md5sums = 9cb74ebedb6e7ca1f2a4dc3f8e2fbc08
pkgname = mingw-w64-qt5-webchannel
diff --git a/PKGBUILD b/PKGBUILD
index f243f0747f0b..ce09bd3596e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,19 +8,20 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel
-pkgver=5.7.1
+pkgver=5.8.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)'
depends=('mingw-w64-qt5-declarative')
-makedepends=('mingw-w64-gcc')
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL' 'FDL' 'custom')
-url="https://www.qt.io/"
+url='https://www.qt.io/'
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-groups=(mingw-w64-qt mingw-w64-qt5)
+groups=('mingw-w64-qt5')
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('766ecb0946bd2ed71e2f606217a48b8d')
+md5sums=('9cb74ebedb6e7ca1f2a4dc3f8e2fbc08')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \