summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:09:00 +0200
committerMartchus2016-06-16 10:09:00 +0200
commit4e9bf5c6be8bdeca9f7269c706f1a5ed3ed47e6f (patch)
tree9f6bff671ab7d9b92a1d1e34b7d8f007bebb7163
parent9e6c54a83e39cc39c5503866598ef575aa0fa275 (diff)
downloadaur-4e9bf5c6be8bdeca9f7269c706f1a5ed3ed47e6f.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68119ca3b388..7dfc7139192a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 17:31:59 UTC 2016
+# Thu Jun 16 08:09:00 UTC 2016
pkgbase = mingw-w64-qt5-svg
pkgdesc = Classes for displaying the contents of SVG files (mingw-w64)
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-qt5-svg
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtsvg-opensource-src-5.6.0.tar.xz
- md5sums = ab86dafed92185a2f98190fc37afceab
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtsvg-opensource-src-5.6.1.tar.xz
+ md5sums = 745d43d334a52a8f27995e37d29fca64
pkgname = mingw-w64-qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index b3f9c49207a7..e15a14a80559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_qt_module=qtsvg
pkgname="mingw-w64-qt5-svg"
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
arch=('any')
pkgdesc="Classes for displaying the contents of SVG files (mingw-w64)"
@@ -17,7 +17,7 @@ license=('GPL3' 'LGPL')
url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('ab86dafed92185a2f98190fc37afceab')
+md5sums=('745d43d334a52a8f27995e37d29fca64')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"