summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2019-11-04 21:11:18 +0100
committerspider-mario2019-11-04 21:11:47 +0100
commit4cddce137483c01499cd5ddc50253998e85850a7 (patch)
tree4b82548ef82f55bf547f533f6ba485ea0bbea808
parent05350e865d699bb65007f59a32356841c80d7666 (diff)
downloadaur-4cddce137483c01499cd5ddc50253998e85850a7.tar.gz
Update dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cfa0d29aedd..9ca49164b068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Nov 14 19:48:09 UTC 2017
pkgbase = qgnomeplatform-git
pkgdesc = Qt Platform Theme aimed to accomodate as much of GNOME settings as possible
pkgver = 0.3.r7.gd67dae6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MartinBriza/QGnomePlatform
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = git
- makedepends = gtk3
- depends = qt5-base
+ depends = gtk3
+ depends = qt5-wayland
+ depends = qt5-x11extras
provides = qgnomeplatform
conflicts = qgnomeplatform
source = git+https://github.com/MartinBriza/QGnomePlatform.git
diff --git a/PKGBUILD b/PKGBUILD
index b83c5830b449..556e3abdbc7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: spider-mario <spidermario@free.fr>
pkgname=qgnomeplatform-git
pkgver=0.3.r7.gd67dae6
-pkgrel=1
+pkgrel=2
pkgdesc="Qt Platform Theme aimed to accomodate as much of GNOME settings as possible"
arch=('i686' 'x86_64')
url="https://github.com/MartinBriza/QGnomePlatform"
license=('LGPL2.1')
-depends=('qt5-base')
-makedepends=('git' 'gtk3')
+depends=('gtk3' 'qt5-wayland' 'qt5-x11extras')
+makedepends=('git')
provides=('qgnomeplatform')
conflicts=('qgnomeplatform')
source=('git+https://github.com/MartinBriza/QGnomePlatform.git')