summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-12-03 17:08:12 -0500
committerPatrick Northon2023-12-03 17:08:12 -0500
commit60d87f7d35f9ed9dd207b536eccc38abbcd09ed9 (patch)
treec1476b0b54a9d1851e5f5dc4706bad92e5abe160
parentce4860de963b2feb9bfcfda08dde9771186da50f (diff)
downloadaur-60d87f7d35f9ed9dd207b536eccc38abbcd09ed9.tar.gz
Add missing dependencies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac84e4fa14f1..1a3d96a9b59a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iotas
pkgdesc = Simple note taking
pkgver = 0.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/cheywood/iotas
arch = any
license = GPL3
@@ -17,6 +17,9 @@ pkgbase = iotas
depends = python-linkify-it-py
depends = python-mdit_py_plugins
depends = python-gtkspellcheck
+ depends = hspell
+ depends = nuspell
+ depends = libvoikko
source = https://gitlab.gnome.org/cheywood/iotas/-/archive/0.2.6/iotas-0.2.6.tar.gz
b2sums = 2b0b9e32b9083e3feba32d7c1312592d3b4535e24247bfe19adf34d6fcd0acb5fb55ae58715cacde45eb92ba748b63d011ad270c0b6c3632b9153cd99b75b92b
diff --git a/PKGBUILD b/PKGBUILD
index f5a12ddbb130..7890ecb67cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=iotas
pkgver=0.2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Simple note taking"
arch=('any')
url="https://gitlab.gnome.org/cheywood/iotas"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=(
'libadwaita' 'sqlite' 'org.freedesktop.secrets' 'gtksourceview5'
'python-requests' 'python-markdown-it-py' 'python-linkify-it-py' 'python-mdit_py_plugins'
- 'python-gtkspellcheck')
+ 'python-gtkspellcheck' 'hspell' 'nuspell' 'libvoikko')
makedepends=('meson' 'gobject-introspection')
checkdepends=('appstream-glib')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")