summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:10 +0100
committerMartchus2016-12-08 20:41:10 +0100
commit8da470c7ac97050ccc1afb8d50e0c379d9edf389 (patch)
treedb610e751062137cb2a9075bff56fa143a47ecf0
parentd9a3f75744a2df87ac414f92955c764eb020b398 (diff)
downloadaur-8da470c7ac97050ccc1afb8d50e0c379d9edf389.tar.gz
Fix misc issues
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 528607f1ede1..5acdd0caf2d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:36 UTC 2016
+# Thu Dec 8 19:41:10 UTC 2016
pkgbase = mingw-w64-qt5-scxml
pkgdesc = Static and runtime integration of SCXML models into Qt code (mingw-w64)
pkgver = 5.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io/
arch = i686
arch = x86_64
license = GPL3
- license = LGPL
+ license = LGPL3
+ license = FDL
+ license = custom
makedepends = mingw-w64-gcc
makedepends = mingw-w64-qt5-base-static
depends = mingw-w64-qt5-declarative
diff --git a/PKGBUILD b/PKGBUILD
index 533af0775dc5..e82bad224005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@
_qt_module=qtscxml
pkgname="mingw-w64-qt5-scxml"
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
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')
options=('!strip' '!buildflags' 'staticlibs')
-license=('GPL3' 'LGPL')
+license=('GPL3' 'LGPL3' '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")