summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-09-25 15:27:13 +0200
committerMartchus2018-09-25 15:27:13 +0200
commit63bcc678acd50eb62883809b1b3b395c7db62378 (patch)
treef2713871e377daa48b29b45c75a7688c5f9f7431
parentb5a14f42e85f68f774cf71780ec8efffd932c71c (diff)
downloadaur-63bcc678acd50eb62883809b1b3b395c7db62378.tar.gz
Update to 5.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c04860d9b3f..9b22c3a9b7a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-svg
pkgdesc = Classes for displaying the contents of SVG files (mingw-w64)
- pkgver = 5.11.1
+ pkgver = 5.11.2
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-svg
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.1/submodules/qtsvg-everywhere-src-5.11.1.tar.xz
- sha256sums = 1d6aff3e3304ceec670c0f19029771ff21279553d561158063436b26c18b3037
+ source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qtsvg-everywhere-src-5.11.2.tar.xz
+ sha256sums = bc16bbf855b466e77dda996d8c91fa73db7fe14d3aa98ce6d92145ca1a1bd166
pkgname = mingw-w64-qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 9cfa3d0dc9e0..be538b9a75ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtsvg
pkgname="mingw-w64-qt5-svg"
-pkgver=5.11.1
+pkgver=5.11.2
pkgrel=1
arch=('any')
pkgdesc="Classes for displaying the contents of SVG files (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('1d6aff3e3304ceec670c0f19029771ff21279553d561158063436b26c18b3037')
+sha256sums=('bc16bbf855b466e77dda996d8c91fa73db7fe14d3aa98ce6d92145ca1a1bd166')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \