summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:53:15 +0100
committerMartchus2016-02-03 23:53:15 +0100
commit0a93d1bccef911b2d4c9ca6ca8a67be7cc3b6c0a (patch)
tree3c626c86535fc345e47981838bf512e2a8c42782
parent8c845e6e3efa62057c8d3bb5656c5e4e1706b9b2 (diff)
downloadaur-0a93d1bccef911b2d4c9ca6ca8a67be7cc3b6c0a.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e850ecab2ed..4ed6299abc31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:55 UTC 2016
pkgbase = mingw-w64-qt5-imageformats
- pkgdesc = Qt5 for Windows -- QtImageformats module (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org/
+ url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
@@ -11,8 +13,8 @@ pkgbase = mingw-w64-qt5-imageformats
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtimageformats-opensource-src-5.5.0.tar.xz
- md5sums = 72cbebfda5253dece90fa90ded64e953
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtimageformats-opensource-src-5.5.1.tar.xz
+ md5sums = f935b629184200b155a3048ee67c81ab
pkgname = mingw-w64-qt5-imageformats
diff --git a/PKGBUILD b/PKGBUILD
index 832771b46daf..bb9c67687e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtImageformats module (mingw-w64)"
+pkgdesc="Plugins for additional image formats: TIFF, MNG, TGA, WBMP (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
-url="http://qt-project.org/"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('72cbebfda5253dece90fa90ded64e953')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('f935b629184200b155a3048ee67c81ab')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"