summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2020-12-18 16:22:33 +0100
committerIyán Méndez Veiga2020-12-18 16:22:33 +0100
commitd55f59dcb2a85da123c0abefdf0ffe6906753850 (patch)
treefda07021f7b0d193c0cf34014425f68860cb11f1
parent5aaa9fc7bb03fdbb137178cd03557a508af6362a (diff)
downloadaur-d55f59dcb2a85da123c0abefdf0ffe6906753850.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53e2faa78f40..cecbd32d5633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = adwaita-qt
pkgdesc = A style to bend Qt applications to look like they belong into GNOME Shell
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FedoraQt/adwaita-qt
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
- depends = qt5-base
+ depends = qt5-x11extras
optdepends = qgnomeplatform: apply GNOME settings to Qt apps
source = https://github.com/FedoraQt/adwaita-qt/archive/1.2.0.tar.gz
sha256sums = 5698025e1fe3479397516e504c20943611afe040c89dca6531c309fd4198cc6b
diff --git a/PKGBUILD b/PKGBUILD
index 963e9790a161..f344c58bf1b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=adwaita-qt
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A style to bend Qt applications to look like they belong into GNOME Shell'
arch=('x86_64')
url="https://github.com/FedoraQt/adwaita-qt"
license=('GPL')
-depends=('qt5-base')
+depends=('qt5-x11extras')
makedepends=('cmake' 'git')
optdepends=('qgnomeplatform: apply GNOME settings to Qt apps')
source=("https://github.com/FedoraQt/${pkgname}/archive/${pkgver}.tar.gz")