summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ed6299abc31..76a636603f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 22:50:55 UTC 2016
+# Mon Mar 28 17:31:58 UTC 2016
pkgbase = mingw-w64-qt5-imageformats
pkgdesc = Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)
- pkgver = 5.5.1
+ pkgver = 5.6.0
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-qt5-imageformats
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtimageformats-opensource-src-5.5.1.tar.xz
- md5sums = f935b629184200b155a3048ee67c81ab
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtimageformats-opensource-src-5.6.0.tar.xz
+ md5sums = bb57c1db37e89a47f3513859ef04ae97
pkgname = mingw-w64-qt5-imageformats
diff --git a/PKGBUILD b/PKGBUILD
index bb9c67687e48..29ba35a10b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,12 @@
# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
+# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
+# you also find the URL of a binary repository.
+
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
-pkgver=5.5.1
+pkgver=5.6.0
pkgrel=1
arch=('any')
pkgdesc="Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)"
@@ -15,7 +18,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=('f935b629184200b155a3048ee67c81ab')
+md5sums=('bb57c1db37e89a47f3513859ef04ae97')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"