summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-09-09 20:29:02 +0200
committerMartchus2019-09-09 20:29:02 +0200
commit07fb1d7b92324c8be92b80232c5cfebdcf28812b (patch)
treece5388b9a96435b67fc123b1fcdb35217b74e1b6
parent8e9fd5e0ba000de8bbb2860082b7d2188463df41 (diff)
downloadaur-07fb1d7b92324c8be92b80232c5cfebdcf28812b.tar.gz
Update to 5.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c32c1869f9c..5463cb7bafd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-svg
pkgdesc = Classes for displaying the contents of SVG files (mingw-w64)
- pkgver = 5.13.0
+ pkgver = 5.13.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-svg
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtsvg-everywhere-src-5.13.0.tar.xz
- sha256sums = 0f568e20d13418c6d8e395db2ce4d2d706d3fb470cd665853e3637a29fde0eaf
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtsvg-everywhere-src-5.13.1.tar.xz
+ sha256sums = 409e8845c28412041c36f559a7a6e2414f3d9a8dd45c5a85065e279b788e07ab
pkgname = mingw-w64-qt5-svg
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 || \