summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-02-03 23:54:06 +0100
committerMartchus2016-02-03 23:54:06 +0100
commitcdf899de2299099d939448a02954e898228d2391 (patch)
treeaafced92c34f85769baa2b5857a4c0cae0fa18cd
parentc4f2b9dff57ad115c4362890c43d7fccf9e53e68 (diff)
downloadaur-cdf899de2299099d939448a02954e898228d2391.tar.gz
updated version (to 5.5.1), URL and description
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e330946bc07d..579274908465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 22:50:57 UTC 2016
pkgbase = mingw-w64-qt5-script
- pkgdesc = Qt5 for Windows -- QtScript module (mingw-w64)
- pkgver = 5.5.0
+ pkgdesc = Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)
+ pkgver = 5.5.1
pkgrel = 1
- url = http://qt-project.org/
+ url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
@@ -11,8 +13,8 @@ pkgbase = mingw-w64-qt5-script
options = !strip
options = !buildflags
options = staticlibs
- source = http://download.qt-project.org/official_releases/qt/5.5/5.5.0/submodules/qtscript-opensource-src-5.5.0.tar.xz
- md5sums = 1e9766d2651d6a81221525462378336d
+ source = https://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qtscript-opensource-src-5.5.1.tar.xz
+ md5sums = 7abbe43ec935004a9312387b4aa6b07f
pkgname = mingw-w64-qt5-script
diff --git a/PKGBUILD b/PKGBUILD
index a11676fdb1c2..8c47f648e45e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# Maintainer: ant32 <antreimer@gmail.com>
+# Maintainer: Martchus <martchus@gmx.net>
+# Contributor: ant32 <antreimer@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
_qt_module=qtscript
pkgname="mingw-w64-qt5-script"
-pkgver=5.5.0
+pkgver=5.5.1
pkgrel=1
arch=('any')
-pkgdesc="Qt5 for Windows -- QtScript module (mingw-w64)"
+pkgdesc="Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility (mingw-w64)"
depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
-url="http://qt-project.org/"
+url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/5.5/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('1e9766d2651d6a81221525462378336d')
+source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('7abbe43ec935004a9312387b4aa6b07f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"