summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2019-09-09 20:29:02 +0200
committerMartchus2019-09-09 20:29:02 +0200
commit07fb1d7b92324c8be92b80232c5cfebdcf28812b (patch)
treece5388b9a96435b67fc123b1fcdb35217b74e1b6 /PKGBUILD
parent8e9fd5e0ba000de8bbb2860082b7d2188463df41 (diff)
downloadaur-07fb1d7b92324c8be92b80232c5cfebdcf28812b.tar.gz
Update to 5.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e65d0367823a..8bc69c98de50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtsvg
pkgname="mingw-w64-qt5-svg"
-pkgver=5.13.0
+pkgver=5.13.1
pkgrel=1
arch=('any')
pkgdesc="Classes for displaying the contents of SVG files (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('0f568e20d13418c6d8e395db2ce4d2d706d3fb470cd665853e3637a29fde0eaf')
+sha256sums=('409e8845c28412041c36f559a7a6e2414f3d9a8dd45c5a85065e279b788e07ab')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -76,6 +76,9 @@ package() {
done
fi
+ # remove '.static.prl' files
+ find "${pkgdir}/usr/${_arch}" -name '.static.prl' -delete
+
find "${pkgdir}/usr/${_arch}/lib" -maxdepth 1 -name '*.dll' -delete
[ "$NO_STATIC_EXECUTABLES" -a "${_config##*=}" = static -o "$NO_EXECUTABLES" ] && \
find "${pkgdir}/usr/${_arch}" -name '*.exe' -delete || \