summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-12-08 20:41:10 +0100
committerMartchus2016-12-08 20:41:10 +0100
commit47494061c9f171a8148487ceece8ed5d25bbdfaa (patch)
tree1c35e03b1c1de11daeb990899a0f50d68e4ea6ee
parent2cd0b322090ec5cce68c54033cef3b40b081b778 (diff)
downloadaur-47494061c9f171a8148487ceece8ed5d25bbdfaa.tar.gz
Fix misc issues
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c97d33d4c123..0bb2c0d06b31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Aug 19 20:10:36 UTC 2016
+# Thu Dec 8 19:41:08 UTC 2016
pkgbase = mingw-w64-qt5-gamepad
pkgdesc = Adds support for getting events from gamepad devices (mingw-w64)
pkgver = 5.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
+ license = FDL
+ license = custom
makedepends = mingw-w64-gcc
makedepends = mingw-w64-qt5-declarative
makedepends = mingw-w64-qt5-base-static
@@ -15,6 +17,9 @@ pkgbase = mingw-w64-qt5-gamepad
depends = mingw-w64-sdl2
optdepends = mingw-w64-qt5-declarative: QML bindings
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.0/submodules/qtgamepad-opensource-src-5.7.0.tar.xz
md5sums = 8531048533415712ec8c52d50239f8b3
diff --git a/PKGBUILD b/PKGBUILD
index a1746f790c0e..c184a41e2d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,14 @@
_qt_module=qtgamepad
pkgname="mingw-w64-qt5-gamepad"
pkgver=5.7.0
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="Adds support for getting events from gamepad devices (mingw-w64)"
depends=('mingw-w64-qt5-base' 'mingw-w64-sdl2')
optdepends=('mingw-w64-qt5-declarative: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative')
-license=('GPL3' 'LGPL')
+options=('!strip' '!buildflags' 'staticlibs')
+license=('GPL3' 'LGPL' '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")