Merge pull request #33 from ScriptDevil/patch-1

Add dependency on libxss
This commit is contained in:
Alfredo Palhares 2019-11-27 14:22:45 +00:00 committed by GitHub
commit 2f06705cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Joplin - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS."
arch=("x86_64" "i686")
makedepends=("git" "nodejs" "rsync" "npm" "python")
depends=("nodejs" "gconf")
depends=("nodejs" "gconf" "libxss")
provides=("joplin" "joplin-cli")
url="https://joplin.cozic.net"
license=("MIT")