summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:52:42 +0100
committerMartchus2016-02-03 23:52:42 +0100
commita74be54fed70fe86a978b7dd1eeceba17a1e0e89 (patch)
tree1be7327f2833b48c573e80985e4df88087540fe8
parentbdb3fa48f62bb190fda4a90604268c95fcb40d18 (diff)
downloadaur-a74be54fed70fe86a978b7dd1eeceba17a1e0e89.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e4e27548aeb..54545a686666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:54 UTC 2016
pkgbase = mingw-w64-qt5-activeqt
- pkgdesc = Qt's ActiveX Framework (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = ActiveX integration framework (mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org
+ url = https://www.qt.io/
arch = any
groups = mingw-w64-qt
groups = mingw-w64-qt5
@@ -16,7 +18,7 @@ pkgbase = mingw-w64-qt5-activeqt
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtactiveqt-opensource-src-5.5.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtactiveqt-opensource-src-5.5.1.tar.xz
source = qt5-activeqt-fix-compilation.patch
source = qtactiveqt-fix-build.patch
source = qtactiveqt-win64.patch
diff --git a/PKGBUILD b/PKGBUILD
index f8b354250cd9..1f6646c3cf5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
+
_qt_module=qtactiveqt
pkgname=mingw-w64-qt5-activeqt
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=(any)
-pkgdesc="Qt's ActiveX Framework (mingw-w64)"
+pkgdesc="ActiveX integration framework (mingw-w64)"
depends=(mingw-w64-qt5-base)
makedepends=(mingw-w64-{gcc,headers-git,crt-git,winpthreads-git} python)
options=(!strip !buildflags staticlibs)
groups=(mingw-w64-qt mingw-w64-qt5)
license=("custom, FDL, GPL3, LGPL")
-url="http://qt-project.org"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz"
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
"qt5-activeqt-fix-compilation.patch"
"qtactiveqt-fix-build.patch"
"qtactiveqt-win64.patch")
@@ -59,4 +61,4 @@ package() {
find "${pkgdir}/usr/${_arch}" -name "*.a" -o -name "*.dll" | xargs -rtl1 ${_arch}-strip -g
popd
done
-} \ No newline at end of file
+}