summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:00:37 +0200
committerMartchus2016-06-16 10:00:37 +0200
commitc34b5697782422c8f20a72055dd033e14948b7de (patch)
tree9da1fceb9f2d1daf8ac955207d67a110fe32a0ce
parentb6b3550fd6cd00a2f63430cf16a14d3571173aee (diff)
downloadaur-c34b5697782422c8f20a72055dd033e14948b7de.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a636603f34..778d57ec2dbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 17:31:58 UTC 2016
+# Thu Jun 16 08:00:34 UTC 2016
pkgbase = mingw-w64-qt5-imageformats
pkgdesc = Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)
- pkgver = 5.6.0
+ pkgver = 5.6.1
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.6/5.6.0/submodules/qtimageformats-opensource-src-5.6.0.tar.xz
- md5sums = bb57c1db37e89a47f3513859ef04ae97
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtimageformats-opensource-src-5.6.1.tar.xz
+ md5sums = 3c96ea81db49132eaa4e0d9c9a9db0c2
pkgname = mingw-w64-qt5-imageformats
diff --git a/PKGBUILD b/PKGBUILD
index 29ba35a10b25..1bfc9f7f9a49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,22 @@
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
arch=('any')
pkgdesc="Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)"
depends=('mingw-w64-qt5-base')
+# these dependencies will enable further functionality
+#depends+=('mingw-w64-jasper') # for JPEG-2000 Part-1
+#depends+=('mingw-w64-libmng') # for MNG
+#depends+=('mingw-w64-libwebp') # for WebP
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
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=('bb57c1db37e89a47f3513859ef04ae97')
+md5sums=('3c96ea81db49132eaa4e0d9c9a9db0c2')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"