summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-06-16 10:08:49 +0200
committerMartchus2016-06-16 10:08:49 +0200
commit5850abeb870137e83b918457e5d9dcb10d3beb51 (patch)
tree50046a7eab4a95e6375397878cf9f2886b39f0fd
parent18df4bc22b0f7ac756a5fd28be0fa85124c41133 (diff)
downloadaur-5850abeb870137e83b918457e5d9dcb10d3beb51.tar.gz
Update to 5.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f799f490f10..0cea23ef4caa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 17:31:59 UTC 2016
+# Thu Jun 16 08:08:49 UTC 2016
pkgbase = mingw-w64-qt5-script
pkgdesc = Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)
- pkgver = 5.6.0
+ pkgver = 5.6.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-qt5-script
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qtscript-opensource-src-5.6.0.tar.xz
- md5sums = 779e6083f0adc075b132c2706241e491
+ source = https://download.qt.io/official_releases/qt/5.6/5.6.1/submodules/qtscript-opensource-src-5.6.1.tar.xz
+ md5sums = 631d38f242295dd026541c31d15e3bae
pkgname = mingw-w64-qt5-script
diff --git a/PKGBUILD b/PKGBUILD
index d849d221a7dc..488a65c22ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_qt_module=qtscript
pkgname="mingw-w64-qt5-script"
-pkgver=5.6.0
+pkgver=5.6.1
pkgrel=1
arch=('any')
pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"
@@ -18,7 +18,7 @@ license=('GPL3' 'LGPL')
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=('779e6083f0adc075b132c2706241e491')
+md5sums=('631d38f242295dd026541c31d15e3bae')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"