summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-05-07 10:36:42 +0200
committerMattia Borda2023-05-07 10:36:42 +0200
commitb8ff1044a6b94540b9a1bb23d95d44f7b18ea56b (patch)
treed0c85675708f440feb114b6c27c907b5dfbec823
parent5721089bf69d2bd81a77a58c5362b34fadf56cbc (diff)
downloadaur-b8ff1044a6b94540b9a1bb23d95d44f7b18ea56b.tar.gz
Add qt6-wayland dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cacee0e3902b..33569cb10045 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = zapzap
depends = python-pyqt6
depends = python-pyqt6-webengine
depends = dbus-python
+ depends = qt6-wayland
optdepends = hunspell: spell check
source = git+https://github.com/rafatosta/zapzap#tag=v4.4.5
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e96d53bab5d1..70fcd6ebaefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine'
arch=(x86_64)
url="https://github.com/rafatosta/$pkgname"
license=(GPL3)
-depends=('python-pyqt6' 'python-pyqt6-webengine' 'dbus-python')
+depends=('python-pyqt6' 'python-pyqt6-webengine' 'dbus-python' 'qt6-wayland')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=('hunspell: spell check')
source=(git+$url#tag=v$pkgver)