summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-04-26 11:25:28 +0200
committerMartchus2016-04-26 11:25:28 +0200
commit9f8cc17e9ef9d1cd47e8312edf7cbebf8f284e04 (patch)
tree04ec72bf65731ed61b781ccdbb7a101892edb230
parentdd46d516f7ffb1d788b2595eef3a77b7157a4e10 (diff)
downloadaur-9f8cc17e9ef9d1cd47e8312edf7cbebf8f284e04.tar.gz
dependency mingw-w64-declarative is not make-only
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fde15b8fd4..1d6a757e2da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 17:47:51 UTC 2016
+# Tue Apr 26 09:24:51 UTC 2016
pkgbase = mingw-w64-qt5-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
pkgver = 5.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io/
arch = any
license = GPL3
license = LGPL
makedepends = mingw-w64-gcc
- makedepends = mingw-w64-qt5-declarative
- depends = mingw-w64-qt5-base
+ depends = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 812c2989c593..1fc675d6a5a6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@
_qt_module=qttools
pkgname="mingw-w64-qt5-tools"
pkgver=5.6.0
-pkgrel=2
+pkgrel=3
arch=('any')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
-depends=('mingw-w64-qt5-base')
-makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-declarative')
+depends=('mingw-w64-qt5-declarative')
+makedepends=('mingw-w64-gcc')
options=('!strip' '!buildflags' 'staticlibs')
license=('GPL3' 'LGPL')
url="https://www.qt.io/"