summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-02-09 21:01:00 +0100
committerMartchus2017-02-09 21:01:00 +0100
commit7dfe155ade095c45f21155a2491d9444a0ff81f6 (patch)
tree97adf076414a99d0d1b15c2d654870e5c0f8421d
parentb934b4773e818fd70631508eec9f2f4690af69ad (diff)
downloadaur-7dfe155ade095c45f21155a2491d9444a0ff81f6.tar.gz
Update to 5.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa0c01c79c5d..d245d57ba2e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,27 @@
# Generated by mksrcinfo v8
-# Sat Dec 24 12:06:51 UTC 2016
+# Thu Feb 9 20:01:00 UTC 2017
pkgbase = mingw-w64-qt5-scxml
pkgdesc = Static and runtime integration of SCXML models into Qt code (mingw-w64)
- pkgver = 5.7.1
+ pkgver = 5.8.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
arch = x86_64
+ groups = mingw-w64-qt5
license = GPL3
license = LGPL3
license = FDL
license = custom
makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-pkg-config
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-declarative
optdepends = mingw-w64-qt5-base-static: use of static libraries
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.7/5.7.1/submodules/qtscxml-opensource-src-5.7.1.tar.xz
- md5sums = 455014b5efdfbdb00f0f2048b53eea13
+ source = https://download.qt.io/official_releases/qt/5.8/5.8.0/submodules/qtscxml-opensource-src-5.8.0.tar.xz
+ md5sums = 498c638710cf519f08e5a782f8feed63
pkgname = mingw-w64-qt5-scxml
diff --git a/PKGBUILD b/PKGBUILD
index f9fb1eb6fa5a..93e4eda55ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,18 +10,19 @@
_qt_module=qtscxml
pkgname="mingw-w64-qt5-scxml"
-pkgver=5.7.1
+pkgver=5.8.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Static and runtime integration of SCXML models into Qt code (mingw-w64)"
depends=('mingw-w64-qt5-declarative')
-makedepends=('mingw-w64-gcc')
+makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
options=('!strip' '!buildflags' 'staticlibs')
+groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-url="https://www.qt.io/"
+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=('455014b5efdfbdb00f0f2048b53eea13')
+md5sums=('498c638710cf519f08e5a782f8feed63')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \