summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-24 13:06:46 +0100
committerMartchus2016-12-24 13:06:46 +0100
commit6a8c67e37cf628d9e7f91f825c6ffd04526d9c2c (patch)
tree65c325e13bce4dea9706070a66cc15bb73baf800
parent2bbd5dd989af6e4bb420a3ddd8bee83b1656f3f8 (diff)
downloadaur-6a8c67e37cf628d9e7f91f825c6ffd04526d9c2c.tar.gz
Update to 5.7.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfd0b9ad0c79..61079420be45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 19:41:04 UTC 2016
+# Sat Dec 24 12:06:46 UTC 2016
pkgbase = mingw-w64-qt5-script
pkgdesc = Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)
- pkgver = 5.7.0
- pkgrel = 3
+ pkgver = 5.7.1
+ pkgrel = 1
url = https://www.qt.io/
arch = any
license = GPL3
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt5-script
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.0/submodules/qtscript-opensource-src-5.7.0.tar.xz
- md5sums = 75108b6bab35c0eb7fb6152fbf971ab8
+ source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtscript-opensource-src-5.7.1.tar.xz
+ md5sums = cfe00eb9572f11bfdc832219b95c4fb8
pkgname = mingw-w64-qt5-script
diff --git a/PKGBUILD b/PKGBUILD
index 701a4641d10f..4ea1182fcfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
_qt_module=qtscript
pkgname="mingw-w64-qt5-script"
-pkgver=5.7.0
-pkgrel=3
+pkgver=5.7.1
+pkgrel=1
arch=('any')
pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"
depends=('mingw-w64-qt5-base')
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
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")
-md5sums=('75108b6bab35c0eb7fb6152fbf971ab8')
+md5sums=('cfe00eb9572f11bfdc832219b95c4fb8')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \