summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:53:25 +0100
committerMartchus2016-02-03 23:53:25 +0100
commit4d9bc9936c949217ee02f729142de67d396f3b3c (patch)
treeb790fa27301ef7111b00aa93b1f2b7eef7e5b63d
parent2af2bdfae3a8540d5e40b2a5b60f960fd7bb8cd5 (diff)
downloadaur-4d9bc9936c949217ee02f729142de67d396f3b3c.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2873a65c6c2c..54cbeb17ee5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:56 UTC 2016
pkgbase = mingw-w64-qt5-multimedia
pkgdesc = Classes for audio, video, radio and camera functionality (mingw-w64)
- pkgver = 5.5.0
+ 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
@@ -13,10 +15,10 @@ pkgbase = mingw-w64-qt5-multimedia
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtmultimedia-opensource-src-5.5.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtmultimedia-opensource-src-5.5.1.tar.xz
source = qt5-qtmultimedia-mingw-w64-vsnprintf-workaround.patch
source = qtmultimedia-dont-use-case-sensitive-headers.patch
- md5sums = 2759807c5d1842ee69e516aacd5e756a
+ md5sums = 244baff13a02ebc697e5b5e2290088d0
md5sums = c21ff895212a17dc0a748aeadb67601d
md5sums = 7ecd5ee2735440472fae4b7d7a32879e
diff --git a/PKGBUILD b/PKGBUILD
index 47c231c02e6d..f1095f3836d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
+# Maintainer: Martchus <martchus@gmx.net>
+
_qt_module=qtmultimedia
pkgname=mingw-w64-qt5-multimedia
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=(any)
pkgdesc="Classes for audio, video, radio and camera functionality (mingw-w64)"
@@ -9,12 +11,12 @@ makedepends=(mingw-w64-gcc)
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-qtmultimedia-mingw-w64-vsnprintf-workaround.patch"
"qtmultimedia-dont-use-case-sensitive-headers.patch")
-md5sums=('2759807c5d1842ee69e516aacd5e756a'
+md5sums=('244baff13a02ebc697e5b5e2290088d0'
'c21ff895212a17dc0a748aeadb67601d'
'7ecd5ee2735440472fae4b7d7a32879e')