diff options
author | Martchus | 2016-03-28 19:40:38 +0200 |
---|---|---|
committer | Martchus | 2016-03-28 19:40:38 +0200 |
commit | 01fa75e916a2cb2cb65668289e046ac13dea9542 (patch) | |
tree | bea803094a3e7d6bff32e5dc1f97594269a1be78 | |
parent | 4cc802084522026ac6c17b3900adce90792601e7 (diff) | |
download | aur-01fa75e916a2cb2cb65668289e046ac13dea9542.tar.gz |
updated to 5.6.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 9 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Feb 3 22:50:56 UTC 2016 +# Mon Mar 28 17:31:58 UTC 2016 pkgbase = mingw-w64-qt5-location pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64) - pkgver = 5.5.1 + pkgver = 5.6.0 pkgrel = 1 url = https://www.qt.io/ arch = any @@ -16,8 +16,8 @@ pkgbase = mingw-w64-qt5-location options = !strip options = !buildflags options = staticlibs - source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz - md5sums = 9e0c0ad76f520ba89da730b8ff601cc2 + source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtlocation-opensource-src-5.6.0.tar.xz + md5sums = eee764d337854424a30f0356ba04ae6b pkgname = mingw-w64-qt5-location @@ -1,9 +1,12 @@ # Maintainer: Martchus <martchus@gmx.net> # Contributor: ant32 <antreimer@gmail.com> +# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where +# you also find the URL of a binary repository. + _qt_module=qtlocation pkgname=mingw-w64-qt5-location -pkgver=5.5.1 +pkgver=5.6.0 pkgrel=1 arch=(any) pkgdesc="Provides access to position, satellite and area monitoring classes (mingw-w64)" @@ -15,7 +18,7 @@ license=("custom, FDL, GPL3, LGPL") 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=('9e0c0ad76f520ba89da730b8ff601cc2') +md5sums=('eee764d337854424a30f0356ba04ae6b') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |