summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-03-28 19:40:38 +0200
committerMartchus2016-03-28 19:40:38 +0200
commitb6b3550fd6cd00a2f63430cf16a14d3571173aee (patch)
treebdb284524d01ed41028402d57de53037322e3297 /PKGBUILD
parent0a93d1bccef911b2d4c9ca6ca8a67be7cc3b6c0a (diff)
downloadaur-b6b3550fd6cd00a2f63430cf16a14d3571173aee.tar.gz
updated to 5.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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"