summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf8d0fc2ec4..fb2ba5d3fe04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 09:10:00 UTC 2016
+# Sat Jun 25 09:25:43 UTC 2016
pkgbase = qt5-qtstyleplugins-git
pkgdesc = Additional style plugins for Qt5
pkgver = r1
@@ -9,8 +9,8 @@ pkgbase = qt5-qtstyleplugins-git
arch = x86_64
license = LGPL
makedepends = git
- makedepends = gconf
depends = qt5-base
+ depends = gconf
depends = gtk2
depends = libx11
provides = qt5-qtstyleplugins
diff --git a/PKGBUILD b/PKGBUILD
index 9ff2e0c86cdd..aaf5ea68923f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('i686' 'x86_64')
url="http://code.qt.io/cgit/qt/${srcname}"
license=('LGPL')
-depends=('qt5-base' 'gtk2' 'libx11')
-makedepends=('git' 'gconf')
+depends=('qt5-base' 'gconf' 'gtk2' 'libx11')
+makedepends=('git')
provides=("${pkgname[0]%-git}")
conflicts=("${pkgname[0]%-git}")