summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:38 +0100
committerMartchus2017-02-09 21:00:38 +0100
commit5b632e70b27a1154936f32ab0f1a9809e124f917 (patch)
tree98fa6496420ed9fab7d1304bff3a8c2f2150a6c4 /PKGBUILD
parent6a8c67e37cf628d9e7f91f825c6ffd04526d9c2c (diff)
downloadaur-5b632e70b27a1154936f32ab0f1a9809e124f917.tar.gz
Update to 5.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ea1182fcfbe..da25b8e2623d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,18 +10,19 @@
_qt_module=qtscript
pkgname="mingw-w64-qt5-script"
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
arch=('any')
pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"
depends=('mingw-w64-qt5-base')
-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}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('cfe00eb9572f11bfdc832219b95c4fb8')
+md5sums=('ad08742955a7c6c9972ad9913a29115c')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \