summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2021-01-07 23:01:18 +0100
committerTaijian2021-01-07 23:01:18 +0100
commit86e03f65c6aafa9a8014b5e9f12ebaeb9941e2f3 (patch)
treea45aae8ae10e1b0d46547875ed93d2b1b2ab41cc
parent03f728e18672b510302fc8d2db38b73e044d03b2 (diff)
downloadaur-86e03f65c6aafa9a8014b5e9f12ebaeb9941e2f3.tar.gz
fix makedepends by adding qt5-x11extras. Oops!
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9f91d961ad9..62f2ae8604b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = adwaita-qt-git
pkgdesc = A style to bend Qt applications to look like they belong into GNOME Shell (Qt5).
- pkgver = 1.1.1.r1.gd1e7619
- pkgrel = 2
+ pkgver = 1.2.0.r0.g60b1abf
+ pkgrel = 1
url = https://github.com/FedoraQt/adwaita-qt
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
makedepends = qt5-base
+ makedepends = qt5-x11extras
depends = qt5-base
optdepends = qgnomeplatform: apply GNOME settings to Qt apps
provides = adwaita-qt-common
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')