summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:47 +0100
committerMartchus2017-02-09 21:00:47 +0100
commit94b4f5ca950bce7152097b13387d459a96fc67b9 (patch)
tree621387d4b7539b5eb28e773ee9a81e9c9dca9ffb /PKGBUILD
parent60dabd7e1af78a76a0fffea33c8a6c94eed87bf0 (diff)
downloadaur-94b4f5ca950bce7152097b13387d459a96fc67b9.tar.gz
Update to 5.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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 ]] || \