summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-09-09 20:28:53 +0200
committerMartchus2019-09-09 20:28:53 +0200
commitb036ff5d66aadccbd192b73e2d00f5add0db818c (patch)
tree9c2750f44ad62ef5b731712fc8b9424d1c4cd1d2
parentef6880516fa52e153434df2af825f2194a0f8b14 (diff)
downloadaur-b036ff5d66aadccbd192b73e2d00f5add0db818c.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 097443b634db..31756d03d153 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-3d
pkgdesc = C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)
- pkgver = 5.13.0
+ pkgver = 5.13.1
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -18,8 +18,8 @@ pkgbase = mingw-w64-qt5-3d
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qt3d-everywhere-src-5.13.0.tar.xz
- sha256sums = 9f6b317acbcf483bf78465956669957eb19fdd8df610e9a580d42017e629ec4f
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qt3d-everywhere-src-5.13.1.tar.xz
+ sha256sums = 092dc9a691eb784b30b1a48799c23578f0f17d892b1cbd25f18130c67f51a452
pkgname = mingw-w64-qt5-3d
diff --git a/PKGBUILD b/PKGBUILD
index faedf401c554..206bdf6bb517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qt3d
pkgname="mingw-w64-qt5-3d"
-pkgver=5.13.0
+pkgver=5.13.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ and QML APIs for easy inclusion of 3D graphics (mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL3' '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=('9f6b317acbcf483bf78465956669957eb19fdd8df610e9a580d42017e629ec4f')
+sha256sums=('092dc9a691eb784b30b1a48799c23578f0f17d892b1cbd25f18130c67f51a452')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -89,6 +89,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 || \