summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:08:47 +0200
committerMartchus2016-06-16 10:08:47 +0200
commitd5d4a4e8757fe3d194fee871d544a687007f84e0 (patch)
tree66bcb4a589dc54ab31bfd3ac427f2cab89dcea34
parent8568826d2ecf0e873f47bccd3a7edf9968e969ed (diff)
downloadaur-d5d4a4e8757fe3d194fee871d544a687007f84e0.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c9edbcd314..1ddea2d9bf28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 17:31:58 UTC 2016
+# Thu Jun 16 08:00:40 UTC 2016
pkgbase = mingw-w64-qt5-multimedia
pkgdesc = Classes for audio, video, radio and camera functionality (mingw-w64)
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -15,9 +15,9 @@ pkgbase = mingw-w64-qt5-multimedia
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtmultimedia-opensource-src-5.6.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtmultimedia-opensource-src-5.6.1.tar.xz
source = qt5-qtmultimedia-mingw-w64-vsnprintf-workaround.patch
- md5sums = c66e500f6d5be693231718cccf997c30
+ md5sums = 01e90a2ba304625305170f04cf3e6704
md5sums = c21ff895212a17dc0a748aeadb67601d
pkgname = mingw-w64-qt5-multimedia
diff --git a/PKGBUILD b/PKGBUILD
index 14963feb189c..fe8e5611138a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
_qt_module=qtmultimedia
pkgname=mingw-w64-qt5-multimedia
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
-arch=(any)
+arch=('any')
pkgdesc="Classes for audio, video, radio and camera functionality (mingw-w64)"
depends=(mingw-w64-qt5-base mingw-w64-qt5-declarative)
makedepends=(mingw-w64-gcc)
@@ -18,7 +18,7 @@ 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"
"qt5-qtmultimedia-mingw-w64-vsnprintf-workaround.patch")
-md5sums=('c66e500f6d5be693231718cccf997c30'
+md5sums=('01e90a2ba304625305170f04cf3e6704'
'c21ff895212a17dc0a748aeadb67601d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -62,8 +62,8 @@ package() {
# One copy of the .dll's is sufficient
rm -f "${pkgdir}/usr/${_arch}/lib/"*.dll
find "${pkgdir}/usr/${_arch}" -name "*.exe" -o -name "*.bat" -o -name "*.def" -o -name "*.exp" -o -name '*.prl' | xargs -rtl1 rm
- find "${pkgdir}/usr/${_arch}" -name "*.dll" -exec ${_arch}-strip --strip-unneeded {} \;
- find "${pkgdir}/usr/${_arch}" -name "*.a" -o -name "*.dll" | xargs -rtl1 ${_arch}-strip -g
+ find "${pkgdir}/usr/${_arch}" -name "*.dll" -exec ${_arch}-strip --strip-unneeded {} \;
+ find "${pkgdir}/usr/${_arch}" -name "*.a" -o -name "*.dll" | xargs -rtl1 ${_arch}-strip -g
popd
done
}