summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-12-11 18:58:18 +0000
committerMartchus2018-12-11 18:58:18 +0000
commit46394d8947e6181e9e93c7b87f1cf3d89b37b5a1 (patch)
tree9b9e7e0f6ad0000796c0e079c270243f2c59aedd
parent27dd848cff399695ad33c4f62f77ad7ba8ea0f89 (diff)
downloadaur-46394d8947e6181e9e93c7b87f1cf3d89b37b5a1.tar.gz
Update to 5.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87e0583debed..927ce320fa1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-imageformats
pkgdesc = Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)
- pkgver = 5.11.2
+ pkgver = 5.12.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-imageformats
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.11/5.11.2/submodules/qtimageformats-everywhere-src-5.11.2.tar.xz
- sha256sums = 27e5d10551d0b5bf4799d09e5412ea2e6898b09aa1521ea24bce660ee6183a68
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.0/submodules/qtimageformats-everywhere-src-5.12.0.tar.xz
+ sha256sums = 5f907de96d3db6276816f321b7e11cba7beb1fcc81bcb3f1729cde3b7599732e
pkgname = mingw-w64-qt5-imageformats
diff --git a/PKGBUILD b/PKGBUILD
index 454a71ebc8ad..777035075cc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
-pkgver=5.11.2
+pkgver=5.12.0
pkgrel=1
arch=('any')
pkgdesc="Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)"
@@ -26,7 +26,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=('27e5d10551d0b5bf4799d09e5412ea2e6898b09aa1521ea24bce660ee6183a68')
+sha256sums=('5f907de96d3db6276816f321b7e11cba7beb1fcc81bcb3f1729cde3b7599732e')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \