summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-23 17:30:30 +0200
committerMartchus2019-04-23 17:30:30 +0200
commitbc708564e53fddf5ae53fa464473f9702ad616d4 (patch)
treef20c5af66316ac7887f3b47776be9a923de1b729
parentaa4e8c706aed0fb04b4045bc43636a51d3854e87 (diff)
downloadaur-bc708564e53fddf5ae53fa464473f9702ad616d4.tar.gz
Update to 5.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Fix-linguist-macro.patch2
-rw-r--r--[-rwxr-xr-x]PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a3527ff0941..55f8da708684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
- pkgver = 5.12.2
+ pkgver = 5.12.3
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -20,10 +20,10 @@ pkgbase = mingw-w64-qt5-tools
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qttools-everywhere-src-5.12.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qttools-everywhere-src-5.12.3.tar.xz
source = 0001-Fix-linguist-macro.patch
sha256sums = 4aa3a089794ab1c629b666fffb5da4371351a9e85ea691d5d988c2ff63586005
- sha256sums = 6b1c35f587b31a0ec6aa813b836ea671b31639e7832351a9960402708f7d7906
+ sha256sums = e82c4ff19e429fa7cd74f44f748b0fa3b080129eb48305de2951eb33bf13f491
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 953a2819184b..ca41e1f2d067 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 98202039059e7f96c2d6962a83c416cdcc2fd0b4 Mon Sep 17 00:00:00 2001
+From 2a4c62ba3b7710848750e95c8124186a6c400062 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:44:42 +0200
Subject: [PATCH] Fix linguist macro
diff --git a/PKGBUILD b/PKGBUILD
index c5c5394fe8f1..68682e0e10e1 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.12.2
+pkgver=5.12.3
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
@@ -30,7 +30,7 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Fix-linguist-macro.patch')
sha256sums=('4aa3a089794ab1c629b666fffb5da4371351a9e85ea691d5d988c2ff63586005'
- '6b1c35f587b31a0ec6aa813b836ea671b31639e7832351a9960402708f7d7906')
+ 'e82c4ff19e429fa7cd74f44f748b0fa3b080129eb48305de2951eb33bf13f491')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'