summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:01:02 +0100
committerMartchus2017-02-09 21:01:02 +0100
commita9211fb33b7f43ad9590f1a92751b6d2e3b185b2 (patch)
treeb18ec6a981b0158a671952d1f45de6a454fd867b
parent93d9ff4c947a6012043ce9077f636b92e19cc4ba (diff)
downloadaur-a9211fb33b7f43ad9590f1a92751b6d2e3b185b2.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11c4e0a18c21..0f7a6757e445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Dec 26 22:52:54 UTC 2016
+# Thu Feb 9 20:01:02 UTC 2017
pkgbase = mingw-w64-qt5-activeqt
pkgdesc = ActiveX integration framework (mingw-w64)
- pkgver = 5.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = any
- groups = mingw-w64-qt
groups = mingw-w64-qt5
license = GPL3
license = LGPL3
@@ -14,9 +13,7 @@ pkgbase = mingw-w64-qt5-activeqt
license = FDL
license = custom
makedepends = mingw-w64-gcc
- makedepends = mingw-w64-headers
- makedepends = mingw-w64-crt
- makedepends = mingw-w64-winpthreads
+ makedepends = mingw-w64-pkg-config
makedepends = python
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-base
@@ -24,10 +21,10 @@ pkgbase = mingw-w64-qt5-activeqt
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtactiveqt-opensource-src-5.7.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtactiveqt-opensource-src-5.8.0.tar.xz
source = qtactiveqt-fix-build.patch
source = qtactiveqt-win64.patch
- md5sums = ac35c25e2581faffa92504bf8abe837e
+ md5sums = d1c8ae9489b737957ba100bb27323eb5
md5sums = 7a7ba436452aa56613b3fbb15684e094
md5sums = 1264d0274586aec14f96a978b416b048
diff --git a/PKGBUILD b/PKGBUILD
index 5a9dbf44b8c7..aeca6efcf406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,21 +9,21 @@
_qt_module=qtactiveqt
pkgname=mingw-w64-qt5-activeqt
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
arch=('any')
pkgdesc="ActiveX integration framework (mingw-w64)"
-depends=(mingw-w64-qt5-base)
-makedepends=(mingw-w64-{gcc,headers,crt,winpthreads} python)
-options=(!strip !buildflags staticlibs)
-groups=(mingw-w64-qt mingw-w64-qt5)
+depends=('mingw-w64-qt5-base')
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'python')
+options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL3' 'LGPL2.1' '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"
"qtactiveqt-fix-build.patch"
"qtactiveqt-win64.patch")
-md5sums=('ac35c25e2581faffa92504bf8abe837e'
+md5sums=('d1c8ae9489b737957ba100bb27323eb5'
'7a7ba436452aa56613b3fbb15684e094'
'1264d0274586aec14f96a978b416b048')