summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:37 +0100
committerMartchus2016-02-03 23:54:37 +0100
commit6187bf6683dd619ebfea50cce8021ffb7962a5d2 (patch)
tree60cd768eee292e95dea8a6b90e8defc0ccc1052f /PKGBUILD
parent230fd70dd28eedf58a6f41fb423e71d7aebd306e (diff)
downloadaur-6187bf6683dd619ebfea50cce8021ffb7962a5d2.tar.gz
updated version (to 5.5.1), URL and description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5e428022047..855ed41b17bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
_qt_module=qtxmlpatterns
pkgname="mingw-w64-qt5-xmlpatterns"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtXmlPatterns module (mingw-w64)"
+pkgdesc="Support for XPath, XQuery, XSLT and XML schema validation (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=('138ab73b2376fcfca92a4bb6ab47e4a4')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('17b9ee5031262b5b875ce0e1045e6bdc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"