summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:53:20 +0100
committerMartchus2016-02-03 23:53:20 +0100
commit4cc802084522026ac6c17b3900adce90792601e7 (patch)
tree8e087501833b8a1c5a0b0f8a61d66bf3ece38c0f
parent184c575d360a5ae63c1ce305094b56b7dac0dd28 (diff)
downloadaur-4cc802084522026ac6c17b3900adce90792601e7.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a313779b950f..108b45c63ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:56 UTC 2016
pkgbase = mingw-w64-qt5-location
pkgdesc = Provides access to position, satellite and area monitoring classes (mingw-w64)
- pkgver = 5.5.0
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org
+ url = https://www.qt.io/
arch = any
groups = mingw-w64-qt
groups = mingw-w64-qt5
@@ -14,8 +16,8 @@ pkgbase = mingw-w64-qt5-location
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtlocation-opensource-src-5.5.0.tar.xz
- md5sums = 30f0709c045d9f16acad0e455085f1a7
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtlocation-opensource-src-5.5.1.tar.xz
+ md5sums = 9e0c0ad76f520ba89da730b8ff601cc2
pkgname = mingw-w64-qt5-location
diff --git a/PKGBUILD b/PKGBUILD
index cdcc1f2bdd6e..7e574b845e18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
+
_qt_module=qtlocation
pkgname=mingw-w64-qt5-location
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=(any)
pkgdesc="Provides access to position, satellite and area monitoring classes (mingw-w64)"
@@ -10,10 +12,10 @@ 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"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('30f0709c045d9f16acad0e455085f1a7')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('9e0c0ad76f520ba89da730b8ff601cc2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"