summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia B2022-10-26 19:25:02 +0200
committerMattia B2022-10-26 19:25:02 +0200
commit8ef4511792d913172899373498f8caa23db1e08e (patch)
treef8a40901cfd60db85c773ec7098ed56c1f8279d8
parent9a039b81e58de2cc48c06249304d33ebf7e57a60 (diff)
downloadaur-8ef4511792d913172899373498f8caa23db1e08e.tar.gz
Add optdepend hunspell
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33819e53689c..c409ecaaa690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zapzap-git
pkgdesc = WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine
pkgver = v4.4.1.r1.ga0c9f57
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rafatosta/zapzap
arch = x86_64
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = zapzap-git
depends = python-pyqt6-webengine
depends = dbus-python
depends = qt6-wayland
+ optdepends = hunspell: spell check
provides = zapzap
conflicts = zapzap
source = git+https://github.com/rafatosta/zapzap.git
diff --git a/PKGBUILD b/PKGBUILD
index 8aba0c992a3e..1856b4d81b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
pkgname=zapzap-git
_pkgname=com.rtosta.zapzap
pkgver=v4.4.1.r1.ga0c9f57
-pkgrel=1
+pkgrel=2
pkgdesc="WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine"
arch=('x86_64')
url="https://github.com/rafatosta/${pkgname%-git}"
license=('GPL3')
depends=('python-pyqt6' 'python-pyqt6-webengine' 'dbus-python' 'qt6-wayland')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+optdepends=(
+ 'hunspell: spell check'
+ )
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(git+$url.git)