summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)