summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:50 +0100
committerMartchus2017-02-09 21:00:50 +0100
commit843628685473fdeb7dac4c0b984ebc2cbd0331c8 (patch)
tree0773989101b355c1344c1a5d2c37a25b5ef30293
parentf881801349dd7bfd57f0a233925970ddd64bf727 (diff)
downloadaur-843628685473fdeb7dac4c0b984ebc2cbd0331c8.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edc1f38ccb5c..3b81da6e86f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,26 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 12:06:48 UTC 2016
+# Thu Feb 9 20:00:49 UTC 2017
pkgbase = mingw-w64-qt5-quickcontrols2
pkgdesc = Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (mingw-w64)
- pkgver = 5.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = any
+ 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/qtquickcontrols2-opensource-src-5.7.1.tar.xz
- md5sums = cd489ef40bf82cbf914420f40fa7a77f
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtquickcontrols2-opensource-src-5.8.0.tar.xz
+ md5sums = d5ce30fe81fcd9b7ba51d1b5dc7f7265
pkgname = mingw-w64-qt5-quickcontrols2
diff --git a/PKGBUILD b/PKGBUILD
index a3c8f9e475f8..69cfe1701a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,18 +10,19 @@
_qt_module=qtquickcontrols2
pkgname="mingw-w64-qt5-quickcontrols2"
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
arch=('any')
pkgdesc="Reusable Qt Quick based UI controls to create classic desktop-style user interfaces (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"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('cd489ef40bf82cbf914420f40fa7a77f')
+md5sums=('d5ce30fe81fcd9b7ba51d1b5dc7f7265')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \