summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-09 23:11:20 +0100
committerMartchus2019-11-09 23:11:20 +0100
commitd6fd8257277aa39bd4f1a73ad6599a0e8150b3bf (patch)
treec8412fbde4ac2753b502275d6e9db2daf9c6b440
parentc11a3e8f5a5e7b3870bfc992c5f41a0023bf2cfa (diff)
downloadaur-d6fd8257277aa39bd4f1a73ad6599a0e8150b3bf.tar.gz
Update to 5.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc890a355699..8f7481565235 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.13.1
+ pkgver = 5.13.2
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.13/5.13.1/submodules/qtimageformats-everywhere-src-5.13.1.tar.xz
- sha256sums = f6aa1e3fe6c3d786e211e4bd46a1349192efd82364739c0d708b7f2003a93ddf
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtimageformats-everywhere-src-5.13.2.tar.xz
+ sha256sums = 6968649fdccc7d633cf9ada25f1bdaf0a2fb45a214d58c2c47896166d4553ac0
pkgname = mingw-w64-qt5-imageformats
diff --git a/PKGBUILD b/PKGBUILD
index df36b9ed165b..dd1ed159dc9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
-pkgver=5.13.1
+pkgver=5.13.2
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=('f6aa1e3fe6c3d786e211e4bd46a1349192efd82364739c0d708b7f2003a93ddf')
+sha256sums=('6968649fdccc7d633cf9ada25f1bdaf0a2fb45a214d58c2c47896166d4553ac0')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \