summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:37 +0100
committerMartchus2016-02-03 23:54:37 +0100
commit6187bf6683dd619ebfea50cce8021ffb7962a5d2 (patch)
tree60cd768eee292e95dea8a6b90e8defc0ccc1052f
parent230fd70dd28eedf58a6f41fb423e71d7aebd306e (diff)
downloadaur-6187bf6683dd619ebfea50cce8021ffb7962a5d2.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f38f89432ab..0906cf5a6d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:51:00 UTC 2016
pkgbase = mingw-w64-qt5-xmlpatterns
- pkgdesc = Qt5 for Windows -- QtXmlPatterns module (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = Support for XPath, XQuery, XSLT and XML schema validation (mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org/
+ url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
@@ -11,8 +13,8 @@ pkgbase = mingw-w64-qt5-xmlpatterns
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtxmlpatterns-opensource-src-5.5.0.tar.xz
- md5sums = 138ab73b2376fcfca92a4bb6ab47e4a4
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtxmlpatterns-opensource-src-5.5.1.tar.xz
+ md5sums = 17b9ee5031262b5b875ce0e1045e6bdc
pkgname = mingw-w64-qt5-xmlpatterns
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"