summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Sinicco2023-11-19 19:14:57 +0000
committerMichele Sinicco2023-11-19 19:14:57 +0000
commit84afd3ae09139297bcdb5a3081a7f5168754aef0 (patch)
treec93986ed5f18af25387c9686434c729ea8b2dcd5
parentf629b315ac4d3d9cd8ad3b47694282fdc7466320 (diff)
downloadaur-84afd3ae09139297bcdb5a3081a7f5168754aef0.tar.gz
Add libvips as a dependency for joplin CLI (closes #126)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc675cda83f..8e520ed25219 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -46,6 +46,7 @@ pkgname = joplin
depends = libsecret
depends = nodejs
depends = python
+ depends = libvips
pkgname = joplin-desktop
pkgdesc = A note taking and to-do application with synchronization capabilities - Desktop
diff --git a/PKGBUILD b/PKGBUILD
index dda67e48d9a2..5e43b82304c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -119,7 +119,7 @@ check() {
package_joplin() {
pkgdesc="A note taking and to-do application with synchronization capabilities - CLI App"
- depends=('coreutils' 'libsecret' 'nodejs' 'python')
+ depends=('coreutils' 'libsecret' 'nodejs' 'python' 'libvips')
local cache=$(_get_cache)
local yarn_bin=$(_get_yarn_bin)