summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia B2022-10-26 19:22:59 +0200
committerMattia B2022-10-26 19:22:59 +0200
commit4abf160607507ff068652817f096c8ffe458d4e7 (patch)
treebd62dc75a4bf1dd9f40eff7002b9b87577d49987
parent48c182216c85cf1e45fad997fe11a3e6443c0051 (diff)
downloadaur-4abf160607507ff068652817f096c8ffe458d4e7.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 98cf1fa31e27..89a497df612d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zapzap
pkgdesc = WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine
pkgver = 4.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rafatosta/zapzap
arch = x86_64
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = zapzap
depends = python-pyqt6
depends = python-pyqt6-webengine
depends = dbus-python
+ optdepends = hunspell: spell check
source = https://github.com/rafatosta/zapzap/archive/v4.4.1.tar.gz
sha256sums = 6e9de491e5114cbf3cab5ba36610d635718a20a8357f1c32d52248bf0cf2d10c
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')