summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-08-17 14:33:30 +0200
committerJulian2023-08-17 14:33:30 +0200
commit7d84ccfed117038bf7e80cb1da1f8c6758721126 (patch)
tree49399de02b458fed1e4620c203e0955763d15329
parent4b6f7d52d0df683b98fa8c2905f448af6efa2a22 (diff)
downloadaur-7d84ccfed117038bf7e80cb1da1f8c6758721126.tar.gz
Add optional dep libspelling-git for spell-checking support
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eeb59632eca4..897357b6062b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = flare
depends = libsecret
depends = protobuf
optdepends = feedbackd: for vibrating notifications
+ optdepends = libspelling-git: for spell-checking support
options = !lto
source = https://gitlab.com/schmiddi-on-mobile/flare/-/archive/0.9.3/flare-0.9.3.tar.gz
sha256sums = 553a17dbdeac5f8da00aad6381162f286504b62aed5b22923f89e0df2eb90ac2
diff --git a/PKGBUILD b/PKGBUILD
index 54983b2cd1ef..52de29a3a6a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
license=("AGPL3")
makedepends=("blueprint-compiler" "cargo" "meson")
depends=("libadwaita" "libsecret" "protobuf")
-optdepends=("feedbackd: for vibrating notifications")
+optdepends=("feedbackd: for vibrating notifications"
+ "libspelling-git: for spell-checking support")
source=("https://gitlab.com/schmiddi-on-mobile/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=("553a17dbdeac5f8da00aad6381162f286504b62aed5b22923f89e0df2eb90ac2")
options=(!lto)