summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-06-08 21:42:43 +0200
committerMartchus2017-06-08 21:42:43 +0200
commit1d08dcd8b40102725b9f06cc7865e722c836abd4 (patch)
treec7016573e0291a2f547a1e5269ce85e16f5b5da5
parent653da9a9cfaffe3a6ad78d219acf41df250371f3 (diff)
downloadaur-1d08dcd8b40102725b9f06cc7865e722c836abd4.tar.gz
Update to 5.9.0
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Fix-linguist-macro.patch4
-rwxr-xr-xPKGBUILD6
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5342d8954cc..9394ef8cca8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 24 20:36:24 UTC 2017
+# Thu Jun 8 19:42:42 UTC 2017
pkgbase = mingw-w64-qt5-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
- pkgver = 5.8.0
+ pkgver = 5.9.0
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.8/5.8.0/submodules/qttools-opensource-src-5.8.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.9/5.9.0/submodules/qttools-opensource-src-5.9.0.tar.xz
source = 0001-Fix-linguist-macro.patch
- md5sums = 506e53a228fe0c3d6c8b6fbebd8e47ae
- md5sums = c4fed086c8e3d48f953e751817c9d0f0
+ sha256sums = 64fe968e35f9d9f6617b48027957761cf76c20d43721ee6e2855a965afa285ee
+ sha256sums = a86d95ee626174001a89cd2dd9ae86082a554f593cb5411c672b85253ade63e8
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 0e5d20cfe445..2e752ecb92e0 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From ea7352aaf05931c8b20c19c5a7bd47b7bb9f54c9 Mon Sep 17 00:00:00 2001
+From 518acefbc2ef1f3e832068d69f13f58bc9c39492 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
@@ -38,5 +38,5 @@ index 6013cc6e..2e797326 100644
DEPENDS ${_abs_FILE} VERBATIM
)
--
-2.11.0
+2.13.0
diff --git a/PKGBUILD b/PKGBUILD
index e6de900bc765..de24fdfdb5f6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.8.0
+pkgver=5.9.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
@@ -29,8 +29,8 @@ 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"
'0001-Fix-linguist-macro.patch')
-md5sums=('506e53a228fe0c3d6c8b6fbebd8e47ae'
- 'c4fed086c8e3d48f953e751817c9d0f0')
+sha256sums=('64fe968e35f9d9f6617b48027957761cf76c20d43721ee6e2855a965afa285ee'
+ 'a86d95ee626174001a89cd2dd9ae86082a554f593cb5411c672b85253ade63e8')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \