summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:21 +0100
committerMartchus2016-02-03 23:54:21 +0100
commit0ac4985ec1c0a89ee3358b7d316b1d414b0d7947 (patch)
tree00ee8d891629cc793cd30b35320afd8beaf5e7da
parentfe13150878f1ce8a0c706195e03e7e98d703a323 (diff)
downloadaur-0ac4985ec1c0a89ee3358b7d316b1d414b0d7947.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO13
-rwxr-xr-xPKGBUILD15
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16a3310dca9b..c432aff0f4b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:58 UTC 2016
pkgbase = mingw-w64-qt5-tools
- pkgdesc = Qt5 for Windows -- QtTools module (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org/
+ url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
makedepends = mingw-w64-gcc
depends = mingw-w64-qt5-base
- depends = mingw-w64-glib2
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qttools-opensource-src-5.5.0.tar.xz
- md5sums = 2057ef2110b6a1aec260a69e2860a502
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttools-opensource-src-5.5.1.tar.xz
+ md5sums = 535ff9df9d83e9bde08ee3913b751d07
pkgname = mingw-w64-qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 0ff9edffe8c3..2a960458ad8b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtTools module (mingw-w64)"
-depends=('mingw-w64-qt5-base' 'mingw-w64-glib2') # glib2 can be removed once qt5-base has it in depends
+pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
+depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('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=('2057ef2110b6a1aec260a69e2860a502')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('535ff9df9d83e9bde08ee3913b751d07')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"