upgpkg: joplin 2.6.10-4
Add libvips to run and make dependencies Closes #92
This commit is contained in:
parent
423fdf4f7f
commit
3b0c8beb2e
2 changed files with 6 additions and 4 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -10,13 +10,13 @@ pkgbase="joplin"
|
|||
pkgname=('joplin' 'joplin-desktop')
|
||||
pkgver=2.6.10
|
||||
groups=('joplin')
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
install="joplin.install"
|
||||
depends=('electron' 'gtk3' 'libexif' 'libgsf' 'libjpeg-turbo' 'libwebp' 'libxss' 'nodejs'
|
||||
'nss' 'orc' 'rsync' )
|
||||
'nss' 'orc' 'rsync' 'libvips')
|
||||
optdepends=('libappindicator-gtk3: for tray icon')
|
||||
arch=('x86_64' 'i686')
|
||||
makedepends=('git' 'yarn' 'python2' 'rsync' 'jq' 'electron' 'libgsf' 'node-gyp>=8.4.1' )
|
||||
makedepends=('git' 'yarn' 'python2' 'rsync' 'jq' 'electron' 'libgsf' 'node-gyp>=8.4.1' 'libvips')
|
||||
url="https://joplinapp.org/"
|
||||
license=('MIT')
|
||||
source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue