summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:29 +0100
committerMartchus2016-02-03 23:54:29 +0100
commita7e73beb5483f0bd7941d590a7a80f4e08aba835 (patch)
treeb7e6f61a9b111e6ce285e41b2b6aad93d224fd7d /PKGBUILD
parent004d938e55fd5c5d4697985b09f5bb69fea6eda3 (diff)
downloadaur-a7e73beb5483f0bd7941d590a7a80f4e08aba835.tar.gz
updated version (to 5.5.1), URL and description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8af0cbf8d07b..0c783611a432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
+
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtWinExtras component (mingw-w64)"
+pkgdesc="Classes and functions that enable you to use Windows-specific functions (mingw-w64)"
depends=('mingw-w64-qt5-base' 'mingw-w64-qt5-declarative')
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=('d6cbcbf3464d35a057ae08a6cd91aa29')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('7bfdeb968681e75108dd1c661b6f42c1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"