summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 907040c58bc4..3773496eb69b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
pkgname=zapzap
_pkgname=com.rtosta.zapzap
pkgver=4.4.1
-pkgrel=1
+pkgrel=2
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')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+optdepends=(
+ 'hunspell: spell check'
+ )
source=($url/archive/v$pkgver.tar.gz)
sha256sums=('6e9de491e5114cbf3cab5ba36610d635718a20a8357f1c32d52248bf0cf2d10c')