diff options
author | Martchus | 2017-02-09 21:00:58 +0100 |
---|---|---|
committer | Martchus | 2017-02-09 21:00:58 +0100 |
commit | 406c8f493f7f8767a3ce3140f7139300d6c1e5d6 (patch) | |
tree | a7e8ca48cc0bde2724449d8b16826ecedc2fea09 | |
parent | 48db3b9098e9e54b932d5ce5b2c3027a96ba5837 (diff) | |
download | aur-406c8f493f7f8767a3ce3140f7139300d6c1e5d6.tar.gz |
Update to 5.8.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 11 insertions, 8 deletions
@@ -1,16 +1,18 @@ # Generated by mksrcinfo v8 -# Sat Dec 24 12:06:50 UTC 2016 +# Thu Feb 9 20:00:58 UTC 2017 pkgbase = mingw-w64-qt5-connectivity pkgdesc = Provides access to Bluetooth hardware (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 = LGPL3 license = FDL license = custom makedepends = mingw-w64-gcc + makedepends = mingw-w64-pkg-config makedepends = mingw-w64-qt5-declarative makedepends = mingw-w64-qt5-base-static depends = mingw-w64-qt5-base @@ -18,8 +20,8 @@ pkgbase = mingw-w64-qt5-connectivity options = !strip options = !buildflags options = staticlibs - source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtconnectivity-opensource-src-5.7.1.tar.xz - md5sums = 032e5635bb2f3fbaecbe112d804d3f4b + source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtconnectivity-opensource-src-5.8.0.tar.xz + md5sums = aabc57b30ab4d888b390f12f2bee637a pkgname = mingw-w64-qt5-connectivity @@ -8,18 +8,19 @@ _qt_module=qtconnectivity pkgname="mingw-w64-qt5-connectivity" -pkgver=5.7.1 +pkgver=5.8.0 pkgrel=1 arch=('any') pkgdesc="Provides access to Bluetooth hardware (mingw-w64)" depends=('mingw-w64-qt5-base') -makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative') +makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative') options=('!strip' '!buildflags' 'staticlibs') +groups=('mingw-w64-qt5') license=('GPL3' 'LGPL3' '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=('032e5635bb2f3fbaecbe112d804d3f4b') +md5sums=('aabc57b30ab4d888b390f12f2bee637a') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' [[ $NO_STATIC_LIBS ]] || \ |