summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-09-09 20:28:44 +0200
committerMartchus2019-09-09 20:28:44 +0200
commit34295342416561bee61c58d9b6f79f127d71e97e (patch)
treea5819f61b57ee591d9b0d47bcc164a07b125a553
parent210e0e3dfcc50bf54d65470c221bec344dac53cb (diff)
downloadaur-34295342416561bee61c58d9b6f79f127d71e97e.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 a4954b2732e7..5fce84448095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-script
pkgdesc = Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (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-script
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtscript-everywhere-src-5.13.0.tar.xz
- sha256sums = 2323eb93a215b837d8d276f7f35e7dfb6a28b952d8b51fb92c60619813a37a80
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtscript-everywhere-src-5.13.1.tar.xz
+ sha256sums = 870c65c5dff20eb797a629bd4544aa60874f44eecc0743300e83cce5708648c8
pkgname = mingw-w64-qt5-script
diff --git a/PKGBUILD b/PKGBUILD
index f0d5796fb03c..6413f3a1ae44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_qt_module=qtscript
pkgname="mingw-w64-qt5-script"
-pkgver=5.13.0
+pkgver=5.13.1
pkgrel=1
arch=('any')
pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"
@@ -22,7 +22,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=('2323eb93a215b837d8d276f7f35e7dfb6a28b952d8b51fb92c60619813a37a80')
+sha256sums=('870c65c5dff20eb797a629bd4544aa60874f44eecc0743300e83cce5708648c8')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -77,6 +77,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 || \