summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip A Reimer2015-08-26 21:21:11 -0600
committerPhilip A Reimer2015-08-26 21:21:11 -0600
commit184c575d360a5ae63c1ce305094b56b7dac0dd28 (patch)
tree5e291ff12f5ec0a220150fbaf07547a1fb9427c4 /PKGBUILD
parentb33c352682b2a7c4f0ed27355c31e8d900b8ffbb (diff)
downloadaur-184c575d360a5ae63c1ce305094b56b7dac0dd28.tar.gz
Update to 5.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfaecf826800..cdcc1f2bdd6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: ant32 <antreimer@gmail.com>
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.4.2
+pkgver=5.5.0
pkgrel=1
arch=(any)
pkgdesc="Provides access to position, satellite and area monitoring classes (mingw-w64)"
depends=(mingw-w64-qt5-base mingw-w64-qt5-declarative)
-makedepends=(mingw-w64-gcc)
+makedepends=(mingw-w64-gcc mingw-w64-qt5-quick1)
options=(!strip !buildflags staticlibs)
groups=(mingw-w64-qt mingw-w64-qt5)
license=("custom, FDL, GPL3, LGPL")
url="http://qt-project.org"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.4/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('6f8843d44ff15196d1e93077cd24388c')
+source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('30f0709c045d9f16acad0e455085f1a7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"