summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaijian2021-01-07 23:01:18 +0100
committerTaijian2021-01-07 23:01:18 +0100
commit86e03f65c6aafa9a8014b5e9f12ebaeb9941e2f3 (patch)
treea45aae8ae10e1b0d46547875ed93d2b1b2ab41cc /PKGBUILD
parent03f728e18672b510302fc8d2db38b73e044d03b2 (diff)
downloadaur-86e03f65c6aafa9a8014b5e9f12ebaeb9941e2f3.tar.gz
fix makedepends by adding qt5-x11extras. Oops!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 935923d085ed..b4e2f8c47f0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=adwaita-qt-git
-pkgver=1.1.1.r1.gd1e7619
-pkgrel=2
+pkgver=1.2.0.r0.g60b1abf
+pkgrel=1
pkgdesc='A style to bend Qt applications to look like they belong into GNOME Shell (Qt5).'
arch=('x86_64')
url="https://github.com/FedoraQt/adwaita-qt"
license=('GPL')
depends=('qt5-base')
-makedepends=('cmake' 'git' 'qt5-base')
+makedepends=('cmake' 'git' 'qt5-base' 'qt5-x11extras')
optdepends=('qgnomeplatform: apply GNOME settings to Qt apps')
conflicts=('adwaita-qt-common' "${pkgname%-git}" 'adwaita-qt5')
provides=('adwaita-qt-common' "${pkgname%-git}" 'adwaita-qt5')