aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:52:55 +0100
committerMartchus2016-02-03 23:52:55 +0100
commitf99b20e9e886b0b7f8ebe5b939bea88364ad93d8 (patch)
tree36bfb1f7d300096744063d91e531e2d8f62b4da2
parentf5a4b3109212b4763ed1c1af4314442d517cb4b8 (diff)
downloadaur-f99b20e9e886b0b7f8ebe5b939bea88364ad93d8.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1afffca6db8b..e89a985f360f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Jan 4 00:37:21 UTC 2016
+# Wed Feb 3 22:50:54 UTC 2016
pkgbase = mingw-w64-qt5-base
pkgdesc = A cross-platform application and UI framework (mingw-w64)
pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org
+ url = https://www.qt.io/
arch = i686
arch = x86_64
groups = mingw-w64-qt
@@ -32,7 +32,7 @@ pkgbase = mingw-w64-qt5-base
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtbase-opensource-src-5.5.1.tar.xz
source = qt5-merge-static-and-shared-library-trees.patch
source = add-angle-support.patch
source = use-external-angle-library.patch
diff --git a/PKGBUILD b/PKGBUILD
index 94c9fe5b7aed..219067fa243e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
# Contributor: jellysheep <max.mail@dameweb.de>
+
pkgname=mingw-w64-qt5-base
pkgver=5.5.1
pkgrel=1
pkgdesc="A cross-platform application and UI framework (mingw-w64)"
arch=(i686 x86_64)
-url="http://qt-project.org"
+url="https://www.qt.io/"
license=("custom, FDL, GPL3, LGPL")
depends=(
mingw-w64-crt
@@ -33,7 +35,7 @@ makedepends=(mingw-w64-gcc
mingw-w64-pkg-config)
options=(!strip !buildflags staticlibs)
_pkgfqn="qtbase-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-merge-static-and-shared-library-trees.patch"
"add-angle-support.patch"
"use-external-angle-library.patch"