summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-12-24 22:48:41 +0100
committerMartchus2019-12-24 22:48:41 +0100
commit47817bc42ed39276c7c3b416159d1ab5d07947d7 (patch)
tree2117d82ae1f7baa3e12fd5dd1e21706c486f0a2a
parentd6fd8257277aa39bd4f1a73ad6599a0e8150b3bf (diff)
downloadaur-47817bc42ed39276c7c3b416159d1ab5d07947d7.tar.gz
Update to 5.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f7481565235..23011c5bec0f 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.2
+ pkgver = 5.14.0
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.2/submodules/qtimageformats-everywhere-src-5.13.2.tar.xz
- sha256sums = 6968649fdccc7d633cf9ada25f1bdaf0a2fb45a214d58c2c47896166d4553ac0
+ source = https://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtimageformats-everywhere-src-5.14.0.tar.xz
+ sha256sums = 959f169af5fc09ef248062a457b78a667acafee71e57ea14fb14ff6f5dd898d5
pkgname = mingw-w64-qt5-imageformats
diff --git a/PKGBUILD b/PKGBUILD
index dd1ed159dc9d..ace18c54a7fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtimageformats
pkgname="mingw-w64-qt5-imageformats"
-pkgver=5.13.2
+pkgver=5.14.0
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=('6968649fdccc7d633cf9ada25f1bdaf0a2fb45a214d58c2c47896166d4553ac0')
+sha256sums=('959f169af5fc09ef248062a457b78a667acafee71e57ea14fb14ff6f5dd898d5')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \