summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-08 21:42:45 +0200
committerMartchus2017-06-08 21:42:45 +0200
commit41c02d2231ec332c203fa94ab6d21e4074e10128 (patch)
tree1c9a2fb2d437edde3d2e61b807e94e42906f9669
parent9be971bd0923ffc335dcd3a584a58baa9d164616 (diff)
downloadaur-41c02d2231ec332c203fa94ab6d21e4074e10128.tar.gz
Update to 5.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e044c68c3693..d28d8ae9307b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 20:00:53 UTC 2017
+# Thu Jun 8 19:42:45 UTC 2017
pkgbase = mingw-w64-qt5-svg
pkgdesc = Classes for displaying the contents of SVG files (mingw-w64)
- pkgver = 5.8.0
+ pkgver = 5.9.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-qt5-svg
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtsvg-opensource-src-5.8.0.tar.xz
- md5sums = 44da40f325dc545d85217007ae62aa63
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qtsvg-opensource-src-5.9.0.tar.xz
+ sha256sums = 0fd1ac11bdcbbc359156792dc6f943f4c69936068550e7c2916a32b0f628fe7e
pkgname = mingw-w64-qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 16bf47f86061..f2fd2759ee52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtsvg
pkgname="mingw-w64-qt5-svg"
-pkgver=5.8.0
+pkgver=5.9.0
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}-opensource-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('44da40f325dc545d85217007ae62aa63')
+sha256sums=('0fd1ac11bdcbbc359156792dc6f943f4c69936068550e7c2916a32b0f628fe7e')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \