summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:00:32 +0100
committerMartchus2017-02-09 21:00:32 +0100
commitd814c489bcadce6d7f1d284b6a66e1649370326b (patch)
tree0c366f096a0bb32a2538d8f12244b8d42f252434
parent5d5f1b675bf3887fa252753a645e1d93d8758156 (diff)
downloadaur-d814c489bcadce6d7f1d284b6a66e1649370326b.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO12
-rw-r--r--0001-Fix-linguist-macro.patch2
-rwxr-xr-xPKGBUILD11
3 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d878067ef65..76a97c001d8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,29 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 12:06:45 UTC 2016
+# Thu Feb 9 20:00:30 UTC 2017
pkgbase = mingw-w64-qt5-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
- pkgver = 5.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
arch = x86_64
+ groups = mingw-w64-qt5
license = GPL3
license = LGPL3
license = FDL
license = custom
makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-declarative
optdepends = mingw-w64-qt5-base-static: use of static libraries
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qttools-opensource-src-5.7.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qttools-opensource-src-5.8.0.tar.xz
source = 0001-Fix-linguist-macro.patch
- md5sums = 74b74b9e354368fea6635e2166a9c481
- md5sums = cb992a5fc5abcd9df8a4122e6fdf2cf4
+ md5sums = 506e53a228fe0c3d6c8b6fbebd8e47ae
+ md5sums = c4fed086c8e3d48f953e751817c9d0f0
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 77d6d2cc1fc9..0e5d20cfe445 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 77e3129a33d3297bddc514edb773bf30133fa838 Mon Sep 17 00:00:00 2001
+From ea7352aaf05931c8b20c19c5a7bd47b7bb9f54c9 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 ac251646a107..e54c5917def1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,20 +16,21 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=('mingw-w64-qt5-declarative')
-makedepends=('mingw-w64-gcc')
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-url="https://www.qt.io/"
+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=('74b74b9e354368fea6635e2166a9c481'
- 'cb992a5fc5abcd9df8a4122e6fdf2cf4')
+md5sums=('506e53a228fe0c3d6c8b6fbebd8e47ae'
+ 'c4fed086c8e3d48f953e751817c9d0f0')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \