summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:08 +0100
committerMartchus2016-12-08 20:41:08 +0100
commitbf8cfed8cb557a102d581137dc523fe3f2bbad62 (patch)
treec22ec83b21348228769f334774534ac4c66fa525
parentf6870564aa0465e58d9762750db108f63858c308 (diff)
downloadaur-bf8cfed8cb557a102d581137dc523fe3f2bbad62.tar.gz
Fix misc issues
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a99eb33b58e..dc7fb267a851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:31 UTC 2016
+# Thu Dec 8 19:41:07 UTC 2016
pkgbase = mingw-w64-qt5-webchannel
pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)
pkgver = 5.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io/
arch = any
groups = mingw-w64-qt
groups = mingw-w64-qt5
- license = custom
- license = FDL
license = GPL3
license = LGPL
+ 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 e84a8328ca04..40a714936380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
_qt_module=qtwebchannel
pkgname=mingw-w64-qt5-webchannel
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc='Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64)'
depends=('mingw-w64-qt5-declarative')
makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
-license=('custom' 'FDL' 'GPL3' 'LGPL')
+license=('GPL3' 'LGPL' 'FDL' 'custom')
url="https://www.qt.io/"
_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
groups=(mingw-w64-qt mingw-w64-qt5)